LOWER Function
The LOWER function converts a string to lower case in an alphanumeric cell.
Syntax
LOWER(expression)
Example 1
LOWER("WXYZ")
Displays the string wxyz.
Example 2
LOWER(LDATE(CLP13))
If LDATE(CLP13) equals December 31, 2007, the LOWER function converts the string to lower case in an alphanumeric cell.