LOWER function
LOWER converts all uppercase letters in a text string to lowercase.
Syntax
LOWER(text)
text is the text to be converted.
Example
=LOWER("EXAMPLE") returns example.
LOWER converts all uppercase letters in a text string to lowercase.
LOWER(text)
text is the text to be converted.
=LOWER("EXAMPLE") returns example.