Duplicate data entries

R

Rich

What I am trying to accomplish is to copy all the duplicate data from one
worksheet to another. I have five columns and I want to have the data
transfered to a new worksheet. The column that I want to find is duplicate
names which is col B, if a duplicate name is found, I want to grab the
complete row for both duplicate names. ie copy column a-e for both names.

Thanks in advance
 
B

Bernie Deitrick

Rich,

In column F (say, in cell F2) use a formula like

=COUNTIF(B:B,B2)>1

Then copy down, and sort the entire sheet based on column F, and copy all the rows where the value
in column F is TRUE.

HTH,
Bernie
MS Excel MVP
 

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