FINDB

FINDB first byte position of string1 in string2 following byte position start

Synopsis

FINDB(string1,string2,start)

Arguments

string1: search string

string2: search field

start: starting byte position, defaults to 1

Note

This search is case-sensitive.

Microsoft Excel Compatibility

While this function is syntactically Excel compatible, the differences in the underlying text encoding will usually yield different results.

OpenDocument Format (ODF) Compatibility

While this function is OpenFormula compatible, most of its behavior is, at this time, implementation specific.

See also

FIND, LEFTB, RIGHTB, LENB, LEFT, MID, RIGHT, LEN.