I want to utilize my COUNTIF function with other conditional criteria through autofilter.
Here is my function:
=COUNT(IF(FREQUENCY(MATCH(C7:C439,C7:C439,0),MATCH(C7:C439,C7:C439,0))>0,1))
This is used to count unique employee #s in column C from row 7-439, and it works for getting me a total regardless of filters, but I need to get filtered totals as well.
I believe there is a way to do this using a SUMPRODUCT function, but I can't seem to figure it out.
Can someone please point me in the right direction for making the above function compatible with filters?
Thanks,
-Alex
Bookmarks