I have a table in calc like this
col1 col2
loo coo
moo
coo
too
I want to test if col2 is in col1.
If I use =ISNUMBER(SEARCH(B2,A4)), it returns TRUE. And that’s great.
BUT if I use =ISNUMBER(SEARCH(B2,A2:A5)), it returns FALSE
I even tried defining a name for the range but that returns FALSE as well.
What am I doing wrong? Is there a better way of doing this search?
Thanks for any assistance.
Cheers.