View Single Post
  #2   Report Post  
Max
 
Posts: n/a
Default

One way ..

Assume the numbers are in col A, in A2 down

Put in B2: =IF(COUNTIF($A$2:A2,A2)1,"X","")
Copy B2 down

This'll flag all duplicates in col A with an "X"

Now do a Data Filter Autofilter on col B
(put a label in B1 first)

In the droplist in B1, select "X"

This filters out all the duplicate rows

Select the row headers for the duplicates
(this will be all the "blue" colored filtered row headers)
Right-click Delete Row

Remove the Autofilter
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Keggarboy" wrote in message
...
I have a column with many numbers that are duplicates. How can excel

help
me get rid of the duplicates with out doing each individual line one at a
time?