LibreOffice 25.2 Bantuan
Returns the starting position of a given text, using byte positions. FINDB is case sensitive.
FINDB(Find Text ; Text [; Position])
Temukan Teks: teks atau ekspresi teks yang akan dicari.
Teks: teks di mana pencarian akan dilakukan.
Posisi: Posisi dalam teks tempat pencarian dimulai.
=FINDB("a"; "LibreOffice Calc") returns 15. The Find Text argument is a text string that comprises a full-width, double-byte "a" character, while the Text argument comprises 12 single-byte characters followed by four full-width, double-byte characters.