How to copy rows from a sheet with duplicates in a column to a wor

S

Sathish Rao

I have data with duplicates in one column. I want to copy all the rows with
the duplicates to another empty worksheet within the same workbook. How can
I do this ?
 
L

Luke M

In the column next to your data (column A), put this formula.
=COUNTIF(A:A,A1)
And copy down. Then filter this for all records greater than 1. Select all
the results, and copy to wherever you want to go.
 

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