Duplicates

U

Ugly Girl

I have two long columns of last names and first names in Excel. I do not
type these names in, they are downloaded from a website after I send them
the information. It is a record of what I have submitted to the site. Is
there any way to sort and find all the duplicate rows in the columns. Right
now I have to scroll through over a thousand names to try to find the
duplicates. Thanks
 
B

Bernard Liengme

Let's assume the columns as A and B and the top row has labels
In C2 enter =A2&B2 to join the names together
In D2 enter =COUNTIF($C$2:$C$6,C2)
Select C2:D2 and double click the fill handle in D2 (solid square in lower
right corner) to copy the formula down to the last row
You will get a series of 1s, and 2s (maybe 3s and 4s)
The 1s are unique records, 2 twos are duplicates, the 3s are triplicates,
etc
You could use Data|Sort and sort on column D to organize these
best wishes
 

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

Similar Threads


Top