View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Deleting rows with repeated number

Assuming in A,

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

Then add DataAUtofilter 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)

"Mark Lopa" wrote in message
...
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!