Upper

Syntax

Upper(Text)

Parameters

Text. The string converted into upper case.

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

Description

It returns the result of string conversion into upper case.

Example

Formula Result Description
=Upper("AsDfGh") ASDFGH The AsDfGh string converted into upper case.
=Upper("B6") QWERTY The string in the B6 cell converted into upper case. The B6 cell contains the QwertY value.

See also:

Function WizardText FunctionsLower