TEXTAFTER

returns text after a delimiter · from excel · excel: not yet compared · no sheets equivalent

signature

TEXTAFTER(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])

returns: text

argumentrequired
text required
delimiter required
instance_num optional · defaults to 1
match_mode optional
match_end optional
if_not_found optional

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =TEXTAFTER("red-blue-green", "-") blue-green

errors

error values observed from the engine — each with a call that produces it.

errorproduced by
#N/A =TEXTAFTER("alpha", 2)

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