Lower

Syntax

Lower(Text)

Parameters

Text. String converted into lower case.

NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.

Description

It converts all row characters into lower case.

Example

Formula Result Description
=Lower("AsDfGh") asdfgh The AsDfGh string converted into lower case.
=Lower("B6") qwerty The string in the B6 cell converted into lower case. The B6 cell contains the QwertY value.

See also:

Function WizardText FunctionsUpper