Count duplicates in a column of numbers

  • Thread starter Thread starter Alain Dekker
  • Start date Start date
A

Alain Dekker

Hi,

Is there any Excel function that will highlight/count any duplicates in a
long column of numbers?

I've got a long list (300 odd) that I belive to all be unique numbers, and
I'd like to know if they really are all unique. Whats' the best way?

Thanks,
Alain
 
Hi,

Is there any Excel function that will highlight/count any duplicates in a
long column of numbers?

I've got a long list (300 odd) that I belive to all be unique numbers, and
I'd like to know if they really are all unique. Whats' the best way?

Thanks,
Alain


=sum(if(frequency(match(A1:A300,A1:A300,0)match(A1:A300,A1:A300,0))>0,1))

Or download Laurent Longre's morefunc.xll and use his COUNTDIFF function.

http://longre.free.fr/english/


--ron
 
You can use the advanced filter settings to display unique values only
 

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