FIND(find_text; text; position)
find_text refers to the text to be found.
text is the text where the search takes place.
position (optional) is the position in the text from which the search starts.
Example:
=FIND("f";"a b c d e f g h i j k") returns 11
=FIND(81;3958362387817) returns 14
No comments:
Post a Comment