Master Excel Text Formulas
Learn to manipulate text in Excel with powerful formulas like CONCATENATE, LEFT, RIGHT, MID, and more. Complete guide with practical examples.
What are Text Formulas in Excel?
Excel text formulas allow you to manipulate, concatenate, extract, and transform text strings. These formulas are essential for cleaning data, creating labels, and automating text operations.
The main text formulas include CONCATENATE (or &), LEFT, RIGHT, MID, UPPER, LOWER, PROPER, LEN, TRIM, SUBSTITUTE, and FIND.
Main Text Formulas
=A1 & " " & B1
Example: A1="John", B1="Smith" → Result: "John Smith"
Example: A1="Excel2024" → Result: "Exc"
Example: A1="Excel2024" → Result: "2024"
Example: A1="Excel2024" → Result: "2024"
=LOWER(A1)
Example: A1="John" → UPPER: "JOHN", LOWER: "john"
Example: A1=" Excel " → Result: "Excel"
Practical Examples
A1="John", B1="Smith" → Result: "john.smith@company.com"
A1="12/31/2024" → Result: "2024"
A1=" jOhn SmIth " → Result: "John Smith"
Tired of Manual Text Formulas?
AutoExel analyzes your text data and automatically applies the right formulas. Save hours of work!
Try AutoExel FreeFrequently Asked Questions
They do the same thing: join texts. The & operator is faster to write. For Excel 2016+, use CONCAT or TEXTJOIN for more options.
Use the CLEAN function: =CLEAN(A1) removes all non-printable characters from the text.
Yes! Use "Text to Columns" (Data tab) or formulas like LEFT, MID, RIGHT combined with FIND to locate separators (spaces, commas, etc.).
