Excel FIND function

Function              FIND

Description        Excel FIND function search a text within another text and returns the position of the text which are to be searched.

Syntax  FIND(find_text, within_text, [start_num])

Find_text    Required. The text you want to find.

Within_text    Required. The text containing the text you want to find.

Start_num    Optional. Specifies the character at which to start the search. The first character in within_text is character number 1. If you omit start_num, it is assumed to be 1.

Example: