Lower() |
Working with Formulas > Functions Used in Formulas > Text Functions > Lower()
LOWER() converts all characters in a string to lowercase. It is the opposite of the function UPPER().
Function Format
LOWER(string)
Return Value
LOWER() returns a character string
Examples
LOWER("APPLES") = "apples"
LOWER("Apples and Oranges") = "apples and oranges" |