Справка LibreOffice 25.2
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])
Искомый_текст: текст для поиска.
Текст: текст, в котором выполняется поиск.
Позиция (необязательный параметр): позиция в тексте, с которой начинается поиск.
=FIND(76; 998877665544) возвращает значение 6.