Jun 16, 2006 #1 smooveb IS-IT--Management Jul 20, 2001 161 US Hi! I feel silly even asking this. How do I get a count of unique values in an excel column?? (easiest way?) B
Hi! I feel silly even asking this. How do I get a count of unique values in an excel column?? (easiest way?) B
Jun 16, 2006 1 #2 xlhelp Instructor Dec 7, 2001 2,976 CA Data, Filter, Advanced Filter, Unique Values. Member AAA - Abolish Abused Abbreviations Upvote 0 Downvote
Jun 16, 2006 #3 firefytr Technical User May 18, 2004 1,130 US Also check out the UNIQUEVALUES formula in the morefunc.xll addin by Laurent Longre ... http://xcell05.free.fr/english/ There are many other ways with worksheet formula, but the morefunc and what xlhelp posted are the easiest (IMHO). ----------- Regards, Zack Barresse Upvote 0 Downvote
Also check out the UNIQUEVALUES formula in the morefunc.xll addin by Laurent Longre ... http://xcell05.free.fr/english/ There are many other ways with worksheet formula, but the morefunc and what xlhelp posted are the easiest (IMHO). ----------- Regards, Zack Barresse
Jun 16, 2006 #4 byundt Technical User Jun 26, 2004 602 US Here is a link to the worksheet formulas that Zach doesn't like: http://www.cpearson.com/excel/duplicat.htm#CountingUnique If your data doesn't contain any blanks, then you can use: Code: =SUMPRODUCT(1/COUNTIF(A1:A10,A1:A10)) Brad Upvote 0 Downvote
Here is a link to the worksheet formulas that Zach doesn't like: http://www.cpearson.com/excel/duplicat.htm#CountingUnique If your data doesn't contain any blanks, then you can use: Code: =SUMPRODUCT(1/COUNTIF(A1:A10,A1:A10)) Brad