UPPER

Microsoft Office Spreadsheet Functions

Show All

UPPER

See Also

Converts text to uppercase.

Syntax

UPPER(text)

Text   is the text you want converted to uppercase. Text can be a reference or text string.

Example

The example may be easier to understand if you copy it to a blank spreadsheet.

How?

Data
total
Yield
Formula Description (Result)
=UPPER(A2) Upper case of first string (TOTAL)
=UPPER(A3) Upper case of second string (YIELD)