How to check whether a cell INCLUDES a given character string

  • Thread starter Thread starter ModelerGirl
  • Start date Start date
M

ModelerGirl

What function would show whether a cell INCLUDES a given string, even if
there are other characters in it?

So, for example, if I am checking for the string "cat", I would like
the function to be "TRUE" if, a for cells that includes the strings
"tomcat" or "mousecat".

Thanks again for your help!
 
Or to be a bit more positive <bg>

=isnumber(search("cat",a1))

=find() is case sensitive
=search() is not
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top