Hi! I'm trying to figure out how to remove text from a cell if it is present in a range. For example Let's say I have a cell that contains the following sentence.
Now let's say I also have a column with a list of values.
Is any of the text from the range of values (exact match) is present in the sentence, is there a way to remove it?
If set up properly the equation should return the value.
In the answer above anything exactly matching the range of values has been removed. I know it's a bit of a weird example but trying my best to illustrate what I need to accomplish.
Thank you!
John Smith left his home and went to the store on Saturday to buy groceries |
Now let's say I also have a column with a list of values.
Range of Values |
John Smith |
Saturday |
groceries |
fishing |
basketball |
Is any of the text from the range of values (exact match) is present in the sentence, is there a way to remove it?
If set up properly the equation should return the value.
left his home and went to the store on to buy |
In the answer above anything exactly matching the range of values has been removed. I know it's a bit of a weird example but trying my best to illustrate what I need to accomplish.
Thank you!