london town

Excel offers a variety of text functions that allow you to manipulate text strings within your spreadsheets. These functions can be useful for formatting text, extracting specific parts of text, and performing text-based calculations. By effectively using these text functions, you can automate tasks, format data, and create more sophisticated spreadsheets.

By mastering these text functions, you can efficiently manipulate and format text data in Excel to create clear and informative reports.

onsite online logo
Text
FunctionVersionPurposeArguments
CHARExcel 2003Get a character from a numbernumber
CLEANExcel 2003Strip non-printable characters from texttext
CODEExcel 2003Get the code for a charactertext
CONCATExcel 2019Join text values without delimitertext1 text2 
CONCATENATEExcel 2003Join text togethertext1 text2 text3 
DOLLARExcel 2003Convert a number to text in currency formatnumber decimals
EXACTExcel 2003Compare two text stringstext1 text2
FINDExcel 2003Get the position of one text string inside anotherfind_text within_text start_num
FIXEDExcel 2003Format number as text with fixed decimalsnumber decimals no_commas
LEFTExcel 2003Extract text from the left of a stringtext num_chars
LENExcel 2003Get the length of text.text
LOWERExcel 2003Convert text to lower casetext
MIDExcel 2003Extract text from inside a stringtext start_num num_chars
NUMBERVALUEExcel 2013Convert text to number with custom separatorstext decimal_separator group_separator
PROPERExcel 2003Capitalize the first letter in each wordtext
REPLACEExcel 2003Replace text based on locationold_text start_num num_chars new_text
REPTExcel 2003Repeat text as specifiedtext number_times
RIGHTExcel 2003Extract text from the right of a stringtext num_chars
SEARCHExcel 2003Get the location of substring in a stringfind_text within_text start_num
SUBSTITUTEExcel 2003Replace text based on contenttext old_text new_text instance
TEXTExcel 2003Convert a number to text with a number formatvalue format_text
TEXTJOINExcel 2019Join text values with a delimiterdelimiter ignore_empty text1 text2 
TRIMExcel 2003Remove extra spaces from texttext
UNICHARExcel 2013Get Unicode character by numbernumber
UNICODEExcel 2013Get number from Unicode charactertext
UPPERExcel 2003Convert text to upper casetext
VALUEExcel 2003Convert text to a numbertext