Forum Discussion

PaulM1970's avatar
PaulM1970
Copper Contributor
Feb 14, 2025
Solved

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 ...
  • HansVogelaar's avatar
    Feb 14, 2025

    In C2:

    =COUNT(UNIQUE(FILTER($A$2:$A$781, $B$2:$B$781=B2)))

    Fill down.