deleting the repeating content

Z

ZR

hi, I have some name like this

To
Jimm
Jimm
And
And

How to delete to repeating name, turning them into

To
Jimm
And

Thanks.
 
C

CLR

It's a little clumbersome, but you can sort your column A go group all the
duplicates together, then use a helper column with a formula in B2 like
=if(A2=A1,1,0)........and copy down, and then sort on column B and this puts
all the duplcates together and they can be deleted as a block..........if
you have to do it frequently, a macro is the way to go.

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top