FIND

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.

Sintaxe

FIND("FindText"; "Text" [; Position])

FindText refírese ao texto a atopar.

Texto é o texto en que a investigación ocorre.

Posición (opcional) é a posición no texto a partir do cal a investigación comeza.

Exemplo

= find (76; 998.877.665.544) 6 retorno.

Precisamos da súa axuda!