UPPER
Converts the letters of a given string to uppercase. To convert text to lowercase please refer to LOWER.
Syntax
=UPPER(Text)
Arguments
| Name | Type | Description | 
|---|---|---|
| Text | String | A string to convert to uppercase | 
Return
| Type | Description | 
|---|---|
| String | 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" |