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