← Back to level 1
Level 1Next
LOWER
A easy text formula for converting letters to lowercase.
Syntax
=LOWER(...)Step-by-step explanation
- 1Understand the job that LOWER solves before you type the formula.
- 2Build or select the cells and ranges that LOWER needs before typing it.
- 3Check the output and refine the range or criteria if needed.
Common mistakes
Expecting it to remove punctuation or spaces
Using it when title case is needed
Forgetting that only letters are changed
Example table
A quick scenario to connect the syntax to the result.
| 12 | 18 |
| 8 | 42 |
Formula
=LOWER(A1:B2)
Result
42
Worked example
- 1Read the sample data first so you know what the formula needs to solve.
- 2Enter =LOWER(A1:B2) in the result cell and press Enter.
- 3Check that the output matches 42.
Practice area
Use LOWER when data should be normalized into a consistent lowercase style.
Match against the syntax block above.