View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Harley
 
Posts: n/a
Default * in IF statement

How do I include * in an IF statement? For example, how do I write
=IF(A1="*abc*","in there", "not there") when "abc" is contained anywhere in
the string in cell A1?

TIA