Hi everyone!
I'm trying to check if a combination of 2 or more words are cotained in a given cell. The only problem is that I only get it to work if the words I'm looking for are one after the other- If they are in a different order, or have words in between, I'll get a FALSE.
Hope it's clear, this is my formula:
=ISNUMBER(SEARCH(A$1,$C2))
Let's say that A1 has the words "good movie blue" and that C2 has the words "not a good movie, it's blue"
I'm trying to get a TRUE in that scenario.
Thanks!!
I'm trying to check if a combination of 2 or more words are cotained in a given cell. The only problem is that I only get it to work if the words I'm looking for are one after the other- If they are in a different order, or have words in between, I'll get a FALSE.
Hope it's clear, this is my formula:
=ISNUMBER(SEARCH(A$1,$C2))
Let's say that A1 has the words "good movie blue" and that C2 has the words "not a good movie, it's blue"
I'm trying to get a TRUE in that scenario.
Thanks!!