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

UPPER

Converts text to uppercase letters.

The UPPER function converts all characters in a text string to uppercase. This function is commonly used to standardize text values for comparison, formatting, and consistency.

Syntax

UPPER(value)

Arguments

  • value: The text string to convert to uppercase.

Return value

Returns the text string in uppercase.

Example

UPPER("south zone")

Returns SOUTH ZONE.

Excel equivalent

UPPER

Last updated

Was this helpful?