
description:
Returns position of one text string within another text string. |
syntax:
=FIND( find_text, within_text, [start_num] ) |
required arguments:
find_text | Text to find. |
within_text | The text string in which we search find_text argument. |
optional arguments:
[start_num] | The starting position from which the text is searched. |
