Text
CONCATENATE
Joins several text strings into one text string (superseded by CONCAT and the "&" operator).
TEXTJOIN
Combines the text from multiple ranges and/or strings, with a delimiter you specify.
LEFT
Returns the specified number of characters from the start of a text string.
RIGHT
Returns the specified number of characters from the end of a text string.
MID
Returns a specific number of characters from a text string, starting at the position you specify.
LEN
Returns the number of characters in a text string.
TRIM
Removes all spaces from a text string except for single spaces between words.
Future Ad Space