I have the followign problem.
In a cell I have a list of tags, separated by a comma, i.e.
Apple, Banana, Grape
Then I have a control list of allowed tags, that is
Apple, Banana, Strawberry
So, the formula should eliminate the tags Grape is it is a now allowed tags, and return this resul
Apple, Banana
Any ideas on how to obtain it?
Thank you very much in advance
Regards