Unique Entries

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

How can I take a range (a1:a100) that ISN'T sorted and find the number of
unique entries?
 
=SUM(IF(COUNTIF($A$1:$A$100,$A$1:$A$100)>1,0,1))

This is an Array** formula. Press CTRL+SHIFT+Enter to commit the formula to
the cell. This is assuming data is in all 100 cells.
 

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

Back
Top