Verifying uniqueness of records in data

G

Guest

Hello good people.

I’m having data tables with a list of records representing mailing list of
my customer.
How can I verify that every record is unique (for example: to avoid sending
two letters to the same customer)

Thanks in advance
Arad
 
D

Dave Peterson

And remember that when you look for duplicates in excel, it means
duplicates--exact matches.

That may not be enough.

Mr. Arad Smith
Mister Arad Smith
Arad Smith
Dr. Arad Smith

aren't duplicates in excel's eyes, but would cause multiple letters to the same
recipient.
 
G

Guest

The fields are: first name, name, st. number, street, city, pincode,
telephone, e-mail, etc.
a "unique field" can be the e-mail, or the telephone number.
Or few fields together connected by "and" like first name "and" name, which
doesn't give 100% sure of a double record, but worth checking it manualy.
 

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