Deleting duplicates within a column?

R

RMN

If I have, for example:

4,2,,3,2,,,,,,9,9
6,44,,,,,,9,12,6
ee,3,22,22,22,22

and I want to delete the duplicate numbers and commas so that it look
like:

4,2,3,9
6,44,9,12
ee,3,22


Is there a way to do this and apply it to an entire column? There ar
nearly 10,000 rows in this column and they are all different, so it wil
be very time-consuming to do it by hand.

Thanks a lot! :
 

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