Forum Discussion
PaulM1970
Feb 14, 2025Copper Contributor
Counting unique values in two columns
How do I count how many total unique names are associated with a unique date? See attached. I'd like to assign a number in the highlighted cell next to each name, indicating the number of unique ...
- Feb 14, 2025
In C2:
=COUNT(UNIQUE(FILTER($A$2:$A$781, $B$2:$B$781=B2)))
Fill down.
HansVogelaar
Feb 14, 2025MVP
In C2:
=COUNT(UNIQUE(FILTER($A$2:$A$781, $B$2:$B$781=B2)))
Fill down.
PaulM1970
Feb 18, 2025Copper Contributor
Thanks Hans.
Can you help with formulas for the two orange cells on the attached please?