R
Robo
I would like a formula that would give a result "Yes" or "No" if a tex
field contained the word Tower, is this possible?
Thank
field contained the word Tower, is this possible?
Thank
=IF(A1="Tower","Yes","No") ...
-----Original Message-----
-----Original Message-----
Jason Morin wrote... possible?
The word 'contained' in the OP is ambiguous. It could also mean
=IF(COUNTIF(A1,"*Tower*"),"Yes","No")
...It's not ambiguous to me.
Does the phrase 'Tower of barges'? (;-)Jason Morin wrote...
..
Does the phrase 'Tower of Ignorance' *contain* the word Tower?