Hi there,
I'm trying to count the # of unique entries in a column, and found this formula, but can't get it to work. Let's just say 10000 is big enough right now.
also attaced the file.![]()
=SUM(IF(FREQUENCY(IF(LEN(A2:A10000)>0,MATCH(A2:A10000,A2:A10000,0),""), IF(LEN(A2:A10000)>0,MATCH(A2:A10000,A2:A10000,0),""))>0,1))
Thanks for your help.
Bookmarks