Deleting rows with repeated number

M

Mark Lopa

I have a spreadsheet that has numbers repeated in a
certain column. I only need one column with each number.
Is there a way to quickly delete the repeated-numbered
rows?

Thank you!
 
B

Bob Phillips

Assuming in A,

in B1 add this formula, =COUNTIF(($A$1:A1,A1)>1

Then add Data>AUtofilter to this column, and filter on a value of TRUE.

The delete all of the visible rows.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
K

Ken Wright

You could also look at Data / Filter / Advanced Filter / 'Copy To another
location' and 'Unique values only'
 
Top