UPPER Function
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".