Text
Modern
LOWER
Converts text to lowercase.
Available in All versions
Syntax
LOWER(text)What it returns
The text in lowercase.
Arguments
| Argument | Required | Description |
|---|---|---|
text |
Yes | The text to convert. |
Example
Before
PARIS
→
After
paris
LOWER converts every letter to lowercase.
=LOWER(A2)Important to know
Affects letters only; numbers and symbols are unchanged.


