Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a string converted to uppercase.
Syntax
UPPER(expression)
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| expression |
Required |
Varies |
A string, a cell reference, or an expression; the result is converted to a string, which is then converted to uppercase. |
Remarks
The case conversion is locale-specific, based on the current user settings.
Example
UPPER("mIxEd CAse")
Returns "MIXED CASE".