<p>The <b>FIND</b>/<b>FINDB</b> function is one of the text and data functions. Is used to find the specified substring (string-1) within a string (string-2). The <b>FIND</b> function is intended for languages that use the single-byte character set (SBCS), while <b>FINDB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<pstyle="text-indent: 50px;"><b><em>string-1</em></b> is a string you are looking for,</p>
<pstyle="text-indent: 50px;"><b><em>string-2</em></b> is a string you are searching within,</p>
<pstyle="text-indent: 50px;"><b><em>start-pos</em></b> is a position in a string where the search will start. It is an optional argument. If it is omitted, the funcion will start search from the beginning of the string.</p>
<p>The values can be entered manually or included into the cell you make reference to.</p>
<pclass="note"><b>Note</b>: if there are no matches, the function will return the <b>#VALUE!</b> error.</p>
<p>To apply the <b>FIND/FINDB</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>