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.

구문

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

FindText는 찾은 텍스트을 참조합니다.

Text는 검색할 위치에 있는 텍스트입니다.

Position은 텍스트 내에서 검색을 시작할 위치입니다. (선택 사항)

예제

=FIND(76;998877665544)는 6을 반환합니다.