J
Jen_T
Is it possible for a formula to look in cell and check if it contains
specific text? I was provided the following formula, below, but it only
checks to see if cell value contains only those values but not if it includes
it.
For example: cell value - Test0408AU ="Exist"
=IF(COUNT(SEARCH({"Q3","0308","Q#3","0408AU","0408SL","0408","0109","0209","0309","0409"},A1)),"Exist","Cannot find")
specific text? I was provided the following formula, below, but it only
checks to see if cell value contains only those values but not if it includes
it.
For example: cell value - Test0408AU ="Exist"
=IF(COUNT(SEARCH({"Q3","0308","Q#3","0408AU","0408SL","0408","0109","0209","0309","0409"},A1)),"Exist","Cannot find")