LOWER
Description
Converts the specified text to lowercase.
Syntax
LOWER(
text
)
- text: The text to convert.
Example
Formula | Result |
|---|---|
=LOWER(A1)
Where cell A1 contains
Regional Sales Manager
.
| regional sales manager |