UPPER
Converts the letters of a given string to uppercase. To convert text to lowercase please refer to LOWER.
Syntax
=UPPER(Text)
Arguments
| Name | Description | 
|---|---|
| Text | A string to convert to uppercase | 
Return
Given text in uppercase.
Examples
| Formula | Result | Comment | 
|---|---|---|
 | NICE 4 U! | only affects letters in lowercase | 
 | HELLO WORLD | assumes cell A1 contains text "hello world" |