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.