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])

ტექსტის_მოძებნა უკავშირდება მოსაძებნ ტექსტს.

ტექსტი არის ტექსტი სადაც ძიება იწარმოება.

პოზიცია (არასავალდებულო) არის ტექსტში პოზიცია საიდანაც ძიება უნდა დაიწყოს.

მაგალითი

=FIND(76;998877665544) returns 6.