Excel Formula Category

Text Excel Formula Examples

Clean names, split text, combine columns, remove extra spaces, extract IDs, and prepare messy data for reports. Browse practical examples with syntax, copy

29 examplesCopy-paste formulasPlain English

💡 Ideas for You

Helpful learning resources for Text formulas.

4 useful links
📚 Step-by-step booksBeginner-friendly learning resources from Create & Learn.📘 Data cleaning guidesResources for cleaning text, names, codes, and messy exports.🧮 Formula cheat sheetsQuick references for common spreadsheet formulas.📊 Reporting guidesResources for turning formula results into useful reports.

What this category helps you do

Text formulas are essential when data comes from forms, exports, CRMs, accounting systems, or copied lists. They turn messy labels, names, codes, and descriptions into clean columns you can analyze.

Text formula examples

Choose a formula below. Each page explains the formula in plain English and gives examples one at a time so long formulas are easier to read and copy.

Formula

CLEAN

removes many non-printing characters from text.

Open examples →
Formula

Combine First and Last Name

joins first name and last name into one full name column.

Open examples →
Formula

CONCAT

joins text from several cells or ranges.

Open examples →
Formula

CONCATENATE

joins text values together in older workbooks.

Open examples →
Formula

EXACT

compares two text values and returns TRUE only when they match exactly, including case.

Open examples →
Formula

Extract Numbers from Text

pulls numeric characters out of a mixed text value.

Open examples →
Formula

Extract Text After Delimiter

returns the part of a text value after a selected delimiter.

Open examples →
Formula

Extract Text Before Delimiter

returns the part of a text value before a selected delimiter.

Open examples →
Formula

FIND

returns the position of text inside another text value and is case-sensitive.

Open examples →
Formula

LEFT

returns characters from the start of a text value.

Open examples →
Formula

LEN

counts the number of characters in a text value.

Open examples →
Formula

LOWER

converts text to lowercase.

Open examples →
Formula

MID

returns characters from the middle of a text value.

Open examples →
Formula

NUMBERVALUE

converts text to a number while controlling decimal and group separators.

Open examples →
Formula

PROPER

capitalizes the first letter of each word.

Open examples →
Formula

REPLACE

replaces text by position and length.

Open examples →
Formula

RIGHT

returns characters from the end of a text value.

Open examples →
Formula

SEARCH

returns the position of text inside another text value and is not case-sensitive.

Open examples →
Formula

Separate First Name

extracts the first name from a full name.

Open examples →
Formula

Separate Last Name

extracts the last name from a full name.

Open examples →
Formula

SUBSTITUTE

replaces specific text with other text.

Open examples →
Formula

TEXT

formats a number or date as text using a format code.

Open examples →
Formula

TEXTAFTER

returns text after a delimiter.

Open examples →
Formula

TEXTBEFORE

returns text before a delimiter.

Open examples →
Formula

TEXTJOIN

joins text with a delimiter and can ignore blank cells.

Open examples →
Formula

TEXTSPLIT

splits text into columns or rows using delimiters.

Open examples →
Formula

TRIM

removes extra spaces from text, leaving single spaces between words.

Open examples →
Formula

UPPER

converts text to uppercase.

Open examples →
Formula

VALUE

converts text that looks like a number into a real number.

Open examples →

Best formulas to start with

How to learn this category

  1. Open one formula page and test the first beginner example.
  2. Change one cell reference at a time so you understand what each part controls.
  3. Check the common mistakes section before copying the formula down.
  4. Move to related formulas when you need a cleaner or more advanced version.