Hi,
I'm trying to figure out a way to count the unique number of values based on two criteria, where one criteria is dependent on a list (named range).
What would the best way be to count the unique IDs for one month if ANY of the values in the table 'VALUES' match the entries in the named range ('NamedRange' in the formula).
Thanks in advance!
I'm trying to figure out a way to count the unique number of values based on two criteria, where one criteria is dependent on a list (named range).
Excel Formula:
=SUM(--(LEN(UNIQUE(FILTER(Table1[ID];(Table1[MONTH]=$S$1)*(Table1[VALUES]=NamedRange);"")))>0))
What would the best way be to count the unique IDs for one month if ANY of the values in the table 'VALUES' match the entries in the named range ('NamedRange' in the formula).
Thanks in advance!