For the complete documentation index, see llms.txt. This page is also available as Markdown.

LOWER

The LOWER function converts all characters in a text string to lowercase. This function is commonly used to standardize text values and ensure consistent text formatting.

Syntax

LOWER(value)

Arguments

  • value: The text string to convert to lowercase.

Return value

Returns the text string in lowercase.

Example

LOWER("MICROsoft")

Returns microsoft.

Excel equivalent

LOWER

Last updated

Was this helpful?