delete duplicate rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of ID numbers and I want to see the duplicates and delete all
the other records.

I have tried the Advanced Filter and it does not filter the list...

I know that it can't be too difficult to filter out.
 
Assuming ID numbers in Column A, and header in row 1. Create a helper column
in B

In B2: =COUNTIF($A$2:A2,A2)>1
AutoFilter all the TRUE, select all the filter rows, go to menu select Edit,
Delete Row, then delete the Helper column
 

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

Back
Top