View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Steve C Steve C is offline
external usenet poster
 
Posts: 119
Default Remove Repeats in a Column

I have a column of data and i would like to remove the repeats in the same
column or maybe with a helper column. See below:

Example:

ColumnA ColumnB

John Doe John Doe
John Doe
Kim Smith Kim Smith
Kim Smith
Kim Smith
Kim Smith
Dav Hodge Dav Hodge
Dave Hodge

Thanks.