Count unique

X

xp

I have a spreadsheet containing a list of names. Many names are repeated. I
need to count the number of unique names in the list. Anyone got a formula
for me?

Thanks!
 
S

Sam Wilson

Hi,

If your list of names was in A1:A5 then this:

=SUM(1/COUNTIF($A$1:$A$5,A1:A5)

entered using Ctrl+Shift+Enter is an array formula that works.

Sam
 

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