This method locates text in a string and returns a number indicating the position.
Syntax:
=FIND (find_text, within_text, [start_num])
Parameter list:
Example :
The first formula determines where the letter I begins.
Second, we have added the third parameter 4 so that FIND would only search from the fourth letter and disregard the I which is the third letter.
The third formula involves extracting the word “doing” from the text. How are things going for you?
Fourth, we’re looking for the term again, and because FIND is case sensitive, we’ll receive the #VALLUE error.
Ask Your Query