Duplication in Column

  • Thread starter Thread starter Ket
  • Start date Start date
K

Ket

Hello,

I have a column of names in the format FirstName LastName.
The column contains many thousands of rows of data.

What is the best way to find out what names have been duplicated in
the list?

Thanks in advance for your assistance.

Regards,
Ket
London
 
In an adjacent column, add

=IF(COUNTIF(A:A,A1)>1,"Duplicate","")

and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Similar Threads


Back
Top