How do I identify duplicated numbers in a large range of cells

G

gillman54

I have a large range (column) of cells (3567) which contain Alpha numerical
i.d codes, I want to indentify cells where i.d codes are duplicated
 
M

Max

Assume source data in A2 down
Put in B2: =IF(COUNTIF(A$2:A2,A2)>1,"dup","")
Copy B2 down to the last row of data in col A to flag duplicates as "dup".
You can apply autofilter on col B, choose: dup to retrieve all at one go
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,000 Files:370 Subscribers:66
xdemechanik
 

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