How do I find duplicate entries in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of over 900 names coressponding to other data, but need to know
if there are duplicate names on the list. What should I do?
 
if it is in Column a you could add a new column B and enter in B1
=if(Countif(A:A,A1)>1,"**","")
and copy down to the bottom of your list
 

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