Converts a specified string to lowercase.
Sample Usage
LOWER("LOREM IPSUM")
LOWER(A2)
Syntax
LOWER(text)
text
- The string to convert to lowercase.
See Also
UPPER
: Converts a specified string to uppercase.
PROPER
: Capitalizes each word in a specified string.
Examples