Upper(Text)
Text. The string converted into upper case.
NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.
It returns the result of string conversion into upper case.
| Formula | Result | Description |
| =Upper("AsDfGh") | ASDFGH | The AsDfGh string converted into upper case. |
| =Upper("B6") | QWERTY | The string in the B6 cell converted into upper case. The B6 cell contains the QwertY value. |
See also: