Hi all
is there any easy way to implement this :
IF (target_string contains searched_string) then say ("ok")
ELSE say ("not ok")
in a cell ?
I though it was a very easy thing,
so I was coding :
IF (FIND("this text","text"),"fine","not good")
but then I realize that FIND returns #VALUE if it doesn't find the searched_string, an I don't know how to manage it
IF (FIND("this txt","text"),"fine","not good") ==> #VALUE!
thanks in advance
*pimar
Bookmarks