LOWER function

Prev Next

Description

Converts a Text value to lowercase letters.

Syntax

LOWER(Text to Convert)

Arguments

Argument

Type

Dimensions

Description

Text to Convert

(required)

Text

Any Dimensions

Text values to convert to lowercase.

Return type

Type

Dimensions

Text

Dimensions of Text to Convert

Examples

Formula

Result

Description

LOWER(“TEXT”)

“text”

All characters are converted to lowercase.

LOWER(“This is a sentence”)

“this is a sentence”

The ‘T’ from “This” is converted to lowercase.

See also

Excel: LOWER

Related articles: UPPER