Modifying this control will update this page automatically

LOWER
The LOWER function returns a string value that is entirely lowercase, regardless of the case of the characters in the specified string value.
LOWER(source-string)
source-string: Any value. However, only string values are affected by the function.
Examples |
---|
=LOWER("UPPER") returns "upper". =LOWER("Lower") returns "lower". =LOWER("MiXeD") returns "mixed". =LOWER(60) returns "60". |