Simple "if word exist among theese cells, then true"

  • Thread starter Thread starter JemyM
  • Start date Start date
J

JemyM

Im banging my head on the "find" functions. They give me a -value- when
I need TRUE/FALSE for an IF function.
It must be a much easier way to return TRUE or FALSE if a word exist
within an area:

Data:
A1: Orange
A2: Apple
A3: Banana

Function:
1: Is "*Apple*" in A1:A3? = TRUE!
2: Is "*Tomato*" in A1:A3? = FALSE!
 
=COUNTIF(A1:A3,"*Apple*")>0

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Back
Top