check for duplicate names in spreadsheet

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

Guest

Hi,

I have a rather large spreadsheet with thousands of names and personal
details (numeric). Can somebody please show me how I can check for duplicate
members names, and can I apply the same formula for duplicate personal
details? I have a separate column for first name and surname.

Thanking you in advance.
 
I would insert a new column to join the two names into one field.

=a2&"|"&b2
(The | is just a separator)

Then I'd use some of the techniques at Chip Pearson's to find duplicates for
this column.
http://www.cpearson.com/excel/duplicat.htm

After finding the duplicates, I think knowing which formulas to apply would
either boil down to consistency or some sort of manual effort. (I don't have a
guess.)
 
Thanks so much for your help Dave, it was exactly what I was looking for.

Very grateful

Lunagirl
 

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