Creating a macro to find duplicate names

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

Guest

I'm trying to locate all the duplicate names in a long list that I have. Is
there a macro or something that I could use to tell Excel to do that?
 
What I usually do is sort by name and then insert a temporary column and run
a formula like this down it to mark the dups:

=IF(B1=B2,"X","")
 

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