Text
Modern
UPPER
Converts text to uppercase.
Available in All versions
Syntax
UPPER(text)What it returns
The text in uppercase.
Arguments
| Argument | Required | Description |
|---|---|---|
text |
Yes | The text to convert. |
Example
Before
paris
→
After
PARIS
UPPER converts every letter to uppercase.
=UPPER(A2)Important to know
Affects letters only; numbers and symbols are unchanged.


