View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jen_T Jen_T is offline
external usenet poster
 
Posts: 66
Default Update to formula

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","0408 SL","0408","0109","0209","0309","0409"},A1)),"Exis t","Cannot find")