FINDB
Finds one text string within another (case-sensitive), counting each double-byte character as 2
Syntax
FINDB(find_text, within_text, [start_num])
Parameters
- find_text: Required. The text you want to find
- within_text: Required. The text containing the text you want to find
- start_num: Optional. The character at which to start the search (default 1)
Example
=FINDB("M", "Miriam")