find_text,within_text,start_num!Returns the starting position of one text string within another text string. FIND is case-sensitive!is ...

!find_text,within_text,start_num!!Returns the starting position of one text string within another text string. FIND is case-sensitive!is the text you want to find. Use double quotes (empty text) to match the first character in Within_text; wildcard characters not allowed!is the text containing the text you want to find!specifies the character at which to start the search. The first character in Within_text is character number 1. If omitted, Start_num = 1!