Converts the specified string to lower case.
Sample Usage
LOWER("HELP")
LOWER(C5)
Syntax
LOWER(text)
- text - The text string that is to be converted to lower case.
Examples
LOWER("HELP") returns the lowercase word: "help".
LOWER(C5) returns the text string in cell C5 in lowercase.
Notes
- LOWER does not change characters in text that are not letters.