Function that searches cell for string?

I

IanMcGreene

Is there a function that can search a given cell to find a given
string?

For example, I'm hoping to find a function that can tell if the word
'Travis' is in a cell that may have a number of names seperated by
commas (Dan, Travis, Leo).

Thanks!
 
I

IanMcGreene

No, I need a funcion call. I'm not simply trying to find something in
the cell, I'm looking to find a string and then act on it at another
cell.
 
P

PCLIVE

Yes, But the problem comes in when the text does not exist in the cell.
Then the result is an error. Sorry, though, I do not have the answer.
 
A

asimpleman

i could really use this equations also. thanks!
PCLIVE said:
Yes, But the problem comes in when the text does not exist in the cell.
Then the result is an error. Sorry, though, I do not have the answer.
 
K

KePaHa

Try =IF(ISERR(FIND("mike", B4,1)), "Error", "No Error") - this does one thing
if the FIND results in an error an another if it finds a match.
 

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

Top