Hello,
I have a table column with 200 enties, 65 which are unique. I need a formula to be able to count only the unique values even after a filter has been applied.
I have this so far, which only counts the unique values, but will not adjust to a filter.
=SUM(IF(FREQUENCY(Table2[DMA Rank],Table2[DMA Rank])>0,1))
Any Ideas?
I have a table column with 200 enties, 65 which are unique. I need a formula to be able to count only the unique values even after a filter has been applied.
I have this so far, which only counts the unique values, but will not adjust to a filter.
=SUM(IF(FREQUENCY(Table2[DMA Rank],Table2[DMA Rank])>0,1))
Any Ideas?