find |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Text functions -> find |
Show all Hide all |
The function find (keystring, string, start) returns the position of a string (keystring) within a text string (string). The position is found in the text string starting at the start character (start) with case-sensitivity.
Syntax: =find(keystring,string,start)
Example |
||||||||||
Cell A4 = find(A1,A2,A3)
|