Text Modern

LOWER

Converts text to lowercase.

Available in All versions

Syntax

LOWER(text)

What it returns

The text in lowercase.

Arguments

ArgumentRequiredDescription
text Yes The text to convert.

Example

Before
PARIS
After
paris

LOWER converts every letter to lowercase.

=LOWER(A2)

Important to know

Affects letters only; numbers and symbols are unchanged.

Related functions

Related learning