Syntax
| Parameter | Description |
|---|---|
| text | Parameter of the UPPER function. |
Examples
Convert text to uppercase
=UPPER(A2)
Standardize state codes
=UPPER(TRIM(B2))
Create uppercase product code
=UPPER(A2) & "-" & TEXT(B2, "0000")
Common Errors
The argument is an error value, not text. Numbers are accepted and returned as-is (no letters to convert).
Tips
=UPPER(A1)=UPPER(B1) compares text ignoring case. Or use =EXACT() for case-sensitive comparison.
In some spreadsheets, you can select text and use a shortcut or menu to change case without formulas.
UPPER: "HELLO WORLD". LOWER: "hello world". PROPER: "Hello World". Choose based on your formatting needs.
Try UPPER in Viztab
Import your data and use UPPER with 370+ other formulas. No signup required.
Open Viztab