This Function returns a number that represents the position of text in a string. =SEARCH(“a”,”Orange”), for example, will yield 3 since “a” is in the third position.
Syntax:
=SEARCH (find_text, within_text, start_num)
Parameter list:
Example :
Ask Your Query