UPPER function

Microsoft Office ShapeSheet

UPPER function

See also

Returns a string converted to uppercase.

Syntax

UPPER(expression)

expression

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

Remarks

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

Example

UPPER("mIxEd CAse")

Returns "MIXED CASE".