I am trying to locate the position of the a string within a string that contains a backslash character “” in a cell. Example:
String to be searched: “mobi”
I am trying to get the position of this string using the FIND function. Example:
FIND("mobi\\";a1;)
does not work; #VALUE! error.
Note: The position of “mobi” in the string varies, so cannot use the 3rd ‘position’ value. Also I cannot use just the string “mobi” because the string “mobile” is present and needs to be ignored.
Thank you.
Montyj