Count Unique Numbers

G

Guest

I have a list of number with many duplicates. I need to know how many unique
numbers are in that list. For example if the list was 2,2,2,3,4,5,5,5,6 I
would like to know that there are 5 unique numbers in the list.

This spreadsheet will be updated by people who are not familiar with Excel,
so I would like this to be as automated as possible.

Thanks
 
B

Bob Phillips

=SUMPRODUCT((A2:A200<>"")/COUNTIF(A2:A200,A2:A200&""))



--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
G

Guest

=SUMPRODUCT((A1:A100<>"")/COUNTIF(A1:A100,A1:A100&""))

If all the numbers are in a cell then do this:
Data > Text to Column > Next > select Comma
then use formula above and adjust your range
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top