I have following data:
column A contains alphabets i.e a|,b|,c| till k|
Coumn B contains alphabets combinations i.e a|b|c|d|z|, c|d|q|a|, r|a|t|
I want to delet those alphabets from combinations which are not present in column A
for example in combination a|b|c|d|z| should be deleted in new combination should be look like a|b|c|d|
Sample data file is attached.
Bookmarks