Unique Count per Rep

BeerBeer101

New Member
Joined
Dec 29, 2021
Messages
35
Office Version
  1. 365
Platform
  1. Windows
good day and thanks in advance for the help. looking for a UNIQUE formula:
1656967673354.png

in D3, D4:
count unique clients per sales rep in a list as shown.

sales rep name (B) next to client name (A) - just count the unique.
i've tried several ways - can't make this one work.
appreciate the help!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
one approach...
MrExcel_20220704.xlsx
ABCD
1
2Client 1SmithRepCount Unique Clients
3Client 2SamSam3
4Client 5SmithSmith4
5Client 3Smith
6Client 1Smith
7Client 4Sam
8Client 1Sam
9Client 2Smith
10Client 3Smith
Sheet6
Cell Formulas
RangeFormula
C3:C4C3=UNIQUE(B3:B10)
D3:D4D3=COUNTA(UNIQUE(FILTER($A$2:$A$10,$B$2:$B$10=$C3)))
Dynamic array formulas.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,219
Messages
6,123,691
Members
449,117
Latest member
Aaagu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top