Hello,
how can I remove duplicate strings in one cell? Example: Apple, Tomato, Apple
Expected Result should be: Apple, Tomato
I want to use a manipulation to remove duplicates in a column but based on the cell content.
Is that possible?
Thank you.