← Back to level 1
Level 1Level 1
LOWER
LOWER is a easy formula used in professional spreadsheet workflows.
Syntax
=LOWER(...)Step-by-step explanation
- 1Understand when LOWER fits the problem you are solving.
- 2Build or select the needed range before typing the formula.
- 3Check the output and refine the range or criteria if needed.
Common mistakes
Using the wrong range reference
Forgetting to press Enter
Mixing text and numeric cells
Example table
A quick scenario to connect the syntax to the result.
| 12 | 18 |
| 8 | 42 |
Formula
=LOWER(A1:B2)
Result
42
Practice area
Practice the syntax for LOWER.
Match against the syntax block above.