removing duplicate data from a single list

B

Brad

I have a table of data with 12 columns, one of which is a sequence # column.
I would like to sort the table by that column and eliminate any rows that
have duplicate sequence #'s. Any ideas?
 
S

Sheeloo

Assuming you have Sequence# in Col A starting in first row, then in the first
unused column's first cell enter the following;
=COUNTIF(A1:$A$30,A1) and copy down...
You can then filter on values > 1 for this column and delete those rows...
 

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