This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hi,
I've summarised my data using concat because I want to keep all unique values but it also repeats duplicates - is there any way to remove duplicates within a cell?
For example: change "A,A,A,B,B,C,D,E" to "A,B,C,D,E"?
Thanks
Solved! Go to Solution.
This is some impressive skill...
How do I separate if the values need to be separated from:
Smith, Jane;Smith, Jane;Smith, Jane;Doe, John;Doe, John;Smith, Joanna;Smith, Joanna;Smith, Joanna;Smith, Joanna;Smith, Jane
to:
Smith, Jane;Doe, John;Smith, Joanna
__
Thank you!