Deleting repeating item #'s

  • Thread starter Thread starter matmich
  • Start date Start date
M

matmich

I have a list of 18,277 item #'s of which there are some that repeat.
How can I generate another list which only list each unique item#
 
One way to get the unique list is via Advanced Filter

Assume the items are in col A
with col label (eg: Name) in A1,
data in A2 downwards

Select col A

Click Data > Filter > Advanced Filter

[Click OK to the Excel prompt to use the first row as labels]

In the Advanced Filter dialog box:
Check "Copy to another location"
Put for "Copy to:" : B1
Check "Unique records only"
Click OK

The unique list will be extracted in col B
 
Back
Top