W
WhoRay
Hi everyone!
I often work with data downloads that include duplicate values in multiple
rows (records). Is there a quick way to identify and delete the duplicates
and keep only one instance of the value. I need to perform VLookups with
the data and VLookup won't accept duplicate values. The lists are often
5000+ records and duplicates are hard to spot even when when doing a sort
and calulation of the difference between the values. Example is a list of
account #s and names:
0-123-4567-891-234 John Doe
0-321-4567-891-234 Mary Smith
0-123-4567-891-234 John Doe
0-234-5678-912-345 David Green
I often work with data downloads that include duplicate values in multiple
rows (records). Is there a quick way to identify and delete the duplicates
and keep only one instance of the value. I need to perform VLookups with
the data and VLookup won't accept duplicate values. The lists are often
5000+ records and duplicates are hard to spot even when when doing a sort
and calulation of the difference between the values. Example is a list of
account #s and names:
0-123-4567-891-234 John Doe
0-321-4567-891-234 Mary Smith
0-123-4567-891-234 John Doe
0-234-5678-912-345 David Green