Returns text from a cell that occurs after a given delimiter
The TEXTAFTERfunction is one of Excel's text functions.
TEXTAFTER returns the text from a text string that occurs after a given delimiter (character or string).
Let's take a look at a simple example of the TEXTAFTER function.
We would like to return the text that comes after the first space.
Return the text that comes after the first space.
text – The text that you want to extract text from
delimiter – The character that you want to extract text after
[instance_num] – The instance of the delimiter you want to extract after. Defaul is 1. Use a negative number to start from the end.
[match_mode]– Case sensitive delimiter. TRUE = yes (default) , FALSE = no
[match_end]– Treat the end of the text string as the delimiter.
[if_not_found] – What to return if the delimiter provided is not found. By default, #N/A is returned
Read more about the TEXTAFTER function on the Microsoft support page here.