View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
dangerd dangerd is offline
external usenet poster
 
Posts: 15
Default SEARCH(find_text,within_text,start_num)

Hi there,

Is there a way to specify the 'find_text' to be one of a selection of
strings? For instance:

SEARCH("blue" or "red",B2,1)

To look for either the words blue or red/

Thanks