SEARCH
finds text within another text, case-insensitive · from excel · excel: not yet compared · sheets: not yet compared
signature
SEARCH(find_text, within_text, [start_num])
returns: number
| argument | required |
|---|---|
| find_text | required |
| within_text | required |
| start_num | optional · defaults to 1 |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=SEARCH("e", "Statements", 6) 7