How can i chek if one value (e.g the string in A2) contains other value (e.g the string in B3)?
|
feedback
|
migrated from stackoverflow.com Mar 17 '11 at 13:00
This question came from our site for professional and enthusiast programmers.
| |||||||
feedback
|
|
You can use the FIND() function; it returns the index of string1 in string2 if it exists, or error otherwise. | |||
|
feedback
|