logo
excelfunctions.org
bookmarks

TEXTAFTER

Returns text that occurs after given character or string.

TextModern Excel FunctionsText CleaningText Processing

What it does

Extracts text after a delimiter.

Syntax

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

Arguments

  • text(text) β€” The text to search.
  • delimiter(text) β€” The delimiter.

Examples

Get Last Name

Extract after space.

FORMULA
=TEXTAFTER("John Doe", " ")
RESULT
Doe
SAMPLE DATA
A
1Name
2John Doe