LOWER function

LOWER function

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also

Returns a string converted to lowercase.

Syntax

LOWER(expression)

expression

A string, a cell reference, or an expression; the result is converted to a string which is then converted to lowercase.

Remarks

The case conversion is locale specific, based on the current user settings.

Example

LOWER("mIxEd CAse")

Returns "mixed case".