• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Delete duplicates within a single cell?

thomasdoles

New Member
Hey guys. So Ive been working on getting information for everyone in my company for a while now, and im finally in the final steps. After combining all of the worksheets, and then combining rows (same name rows combined, semicolon seperates data from duplicate row), I have duplicate information in single cells. Does anyone know how I can fix that and only keep the unique information?

Ive uploaded a column from my sheet that I need to do this for.

Thanks!
 

Attachments

  • uploaded for questions on duplicates 7.17.17.xlsx
    45.8 KB · Views: 6
Hi ,

To add to what has already been posted , just in case there is no duplicate in a cell (and therefore the semi-colon might not be present in the cell) , the following will still return a valid result :

=LEFT(A2,FIND(";",A2 & ";",1)-1)

Narayan
 
Back
Top