Count Unique Values

D

Douglas

Dear Folks,

Using Excel 97---

I wish to count unique values in a list of values.....any ideas?
 
J

Jason Morin

There are a few methods. Here's one (assuming no blanks in
the data):

=SUM(1/COUNTIF(rng,rng))

Enter it with ctrl-shift-enter.

HTH
Jason
Atlanta, GA
 
D

Douglas

Thanks...

Saw a suggestion in the Knowledge base to use
FREQUENCY, as well

=SUM(IF(FREQUENCY($B$2:$B$58,$B$2:$B$58)>0,1))
 

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