How can i chek if one value (e.g the string in A2) contains other value (e.g the string in B3)?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Mar 17 '11 at 13:00
|
|||||||
|
|
You can use the FIND() function; it returns the index of string1 in string2 if it exists, or error otherwise. |
|||
|
|