SEARCHB

finds text within text by bytes, case-insensitive · from excel · excel: not yet compared · sheets: not yet compared

signature

SEARCHB(find_text, within_text, [start_num])

returns: number

argumentrequired
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 =SEARCHB("e", "Statements", 6) 7

related

  • ASC converts full-width characters to half-width
  • BAHTTEXT spells a number as thai baht and satang
  • CHAR returns the character for a character-set code
  • CLEAN removes non-printable characters
  • CODE numeric code of the first character
  • CONCAT joins multiple text strings into one