T
Tiziano Bianchi
I need to see if a line of text (in cell A1) includes a specific text string
OR another one.
I came up with the following formula:
=IF(OR(SEARCH("string1",A1,1),SEARCH("string2",A1,1)),"found!","not found!")
This does not seem to work because the only result I get is #VALUE! even
when
"string1" or "string2" is present in the line of text.
Thanks in advance for any suggestions.
OR another one.
I came up with the following formula:
=IF(OR(SEARCH("string1",A1,1),SEARCH("string2",A1,1)),"found!","not found!")
This does not seem to work because the only result I get is #VALUE! even
when
"string1" or "string2" is present in the line of text.
Thanks in advance for any suggestions.