H
Harley
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
=IF(A1="*abc*","in there", "not there") when "abc" is contained anywhere in
the string in cell A1?
TIA