Overview
Grammar | LOWER(text) | Converts all characters in text to lowercase. |
Parameter 1 | text | Text to be converted to lowercase |
Notes
The LOWER function does not convert non-letter characters.
The function supports one text-type parameter.
Example
Formula | Result | Notes |
---|---|---|
LOWER("A.M.10:30") | a.m.10:30 | / |
LOWER("China") | china | / |