FIND

FIND first position of string1 in string2 following position start

Synopsis

FIND(string1,string2,start)

Arguments

string1: search string

string2: search field

start: starting position, defaults to 1

Note

This search is case-sensitive.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

EXACT, LEN, MID, SEARCH.