LibreOffice 25.2 Help
Returns the position of a string of text within another string.You can also define where to begin the search. The search term can be a number or any string of characters. The search is case-sensitive.
FIND("FindText"; "Text" [; Position])
Chuỗi_tìm là chuỗi cần tìm.
Chuỗi là chuỗi trong đó cần tìm kiếm.
Vị_trí (tùy chọn) là vị trí trong chuỗi chính ở đó cần bắt đầu tìm.
=FIND(76;998877665544) trả về 6.