The table represents keywords of each item. keywords have duplicate entries of each item, and one keyword is placed in one cell, different item can have different number of keywords. how should i delete the duplicates of each item in excel.
for example:
item keywords
A -> 123 234 456 123 234
B -> 23 456 23 567
and after deleting duplicate keywords, it should be:
item keywords
A -> 123 456 234
B -> 23 456 567
for example:
item keywords
A -> 123 234 456 123 234
B -> 23 456 23 567
and after deleting duplicate keywords, it should be:
item keywords
A -> 123 456 234
B -> 23 456 567