Text Functions

32 Modules
Interactive Practice

Learn Excel text functions such as LEFT, RIGHT, MID, LEN, TRIM, and SUBSTITUTE with interactive lessons and exercises.

Interactive

Live Score Feedback

Real-time

Active Logic Validation

Practical

Industry Datasets

1

Text Functions Foundations

Learn how Excel text functions clean, split, combine, and standardize text values in practical worksheet workflows.

2

Char Function

Returns the character that matches a numeric code.

3

Clean Function

Removes non-printable characters from text. Useful for imported data that contains hidden control characters.

4

Code Function

Returns the numeric code for the first character in a text string.

5

Concat Function

Join text from multiple cells or entire ranges into one string. The modern replacement for CONCATENATE that finally accepts cell ranges as input.

6

Concatenate Function

Join two or more text strings into one. A fundamental tool for merging names, building codes, and combining labels — and the starting point for learning CONCAT and TEXTJOIN.

7

Dollar Function

Converts a number into currency-formatted text.

8

Exact Function

Compares two text strings and returns TRUE only when they match exactly, including letter case.

9

Find Function

Returns the position of one text string inside another. Use it when you need a case-sensitive search for a character, word, or delimiter.

10

Fixed Function

Rounds a number to a chosen number of decimal places and returns the result as text.

11

Left Function

Extracts a chosen number of characters from the start of a text string.

12

Leftb Function

Extracts a specified number of bytes from the start of a text string. LEFTB is mainly a legacy compatibility function for older DBCS workflows.

13

Len Function

Returns the number of characters in a text string, including spaces.

14

Lenb Function

Returns the number of bytes used by a text string. LENB is mainly a legacy compatibility function for older DBCS workflows.

15

Lower Function

Converts all letters in a text string to lowercase.

16

Mid Function

Extracts a chosen number of characters from any position inside a text string.

17

N Function

Converts a value to a number. Numbers stay the same, TRUE becomes 1, FALSE becomes 0, and text becomes 0.

18

Proper Function

Capitalizes the first letter of each word and makes the other letters lowercase.

19

Replace Function

Replaces part of a text string based on character position.

20

Rept Function

Repeats a text string a specified number of times.

21

Right Function

Extracts a chosen number of characters from the end of a text string.

22

Search Function

Returns the position of one text string inside another. SEARCH ignores case and supports wildcards.

23

Split Function

Extract a specific word from space-separated text using a zero-based index. Useful when you need one part of a name, label, or code.

24

Substitute Function

Finds specific text inside a string and replaces it with something else.

25

T Function

Returns the value if it is text, or an empty string if it is not.

26

Text Function

Converts a number or date into formatted text using a format code.

27

Textjoin Function

Joins multiple text strings or cell ranges into one, separated by a delimiter you choose. Automatically skips empty cells — the modern replacement for manual concatenation with &.

28

Trim Function

Removes leading and trailing spaces and reduces repeated internal spaces to a single space.

29

Unichar Function

Returns the Unicode character that matches a numeric code point.

30

Unicode Function

Returns the Unicode number for the first character in a text string.

31

Upper Function

Converts all letters in a text string to uppercase.

32

Value Function

Converts text that looks like a number into a real numeric value. Useful when imported numbers are stored as text.

"Mastering text manipulation is the key to cleaning and restructuring unstructured data. This path focuses on slicing, dicing, and joining strings to build robust data cleaning pipelines and automated reporting workflows."

"You will dive deep into advanced concatenation, text splitting, and transformation logic, enabling you to handle messy imports and complex string-based business requirements."

Related Skills
String Trimming
Text Splitting
Regex Logic
Data Cleaning