Excel Text Functions

The Excel text functions are used to format the characters, find the text, replace the text, return the desired characters within the text and much more.

Complete List of Excel Text Functions (A to Z)

All Excel text functions are mentioned below in alphabetical order:

FunctionDescription
ARRAYTOTEXT FunctionConvert an array of text and non-text values into text.
BAHTTEXT FunctionConvert a number to Thai text and adds a suffix of “Baht”.
CHAR FunctionProvide the character based on a number.
CLEAN FunctionRemove all nonprintable characters from the text.
CODE FunctionNumeric code for the first character in the text.
CONCAT FunctionCombine the text from multiple cells into a single cell.
DOLLAR FunctionConvert the number to text using currency format, add $ sign and round the decimal points.
EXACT FunctionCompare two text strings and results as True if both are exactly same, else results as False.
FIND FunctionSearch one text within another text and results their position.
FIXED FunctionRound the number to a specified number of decimals, with/without comma and converts to text.
LEFT FunctionProvide the specified number of characters from the beginning of the text string.
LEN FunctionProvide the total number of characters in the text string.
LOWER FunctionConvert all the uppercase letters in the text to lowercase.
MID FunctionProvide the specified number of characters from the specified position of the text string.
NUMBERVALUE FunctionConvert the text value to number by specified decimal and group separators.
PROPER FunctionConvert the first character in the text as uppercase and rest as lowercase.
REPLACE FunctionReplace part of the old text with new text based on the specified number of characters.
REPT FunctionRepeat the text a specified number of times.
RIGHT FunctionProvide the specified number of characters from the end of the text string.
SEARCH FunctionSearch one text within another text and provides the starting position number of the text.
SUBSTITUTE FunctionSubstitute the specific or all instances of the old text with the new text in a text string.
T FunctionCheck whether its text or not.
TEXT FunctionConvert the number to text format.
TEXTAFTER FunctionGet the text that occurs after the specified character or string.
TEXTBEFORE FunctionGet the text that occurs before the specified character or string.
TEXTJOIN FunctionCombine the text from multiple cells by adding a specified delimiter.
TEXTSPLIT FunctionSplit the text by using column and row delimiters.
TRIM FunctionRemove all extra spaces before and after the text by keeping only one space between each word.
UNICHAR FunctionConvert the number into Unicode character.
UNICODE FunctionConvert the first Unicode character in the text into number.
UPPER FunctionConvert all the lowercase letters in the text to uppercase.
VALUE FunctionConvert a text that appears as number to a numeric value.
VALUETOTEXT FunctionConvert the numeric value to text.