Help Centre › Functions & Formulas
For a full list of available calculation functions, please read What calculation functions are supported.
This article describes the formula syntax and usage of the UPPER function.
Description
Converts text to uppercase.
Syntax
UPPER(text)
The UPPER function syntax has the following arguments:
- text - Required. The text you want converted to uppercase. Text can be a reference or text string.
Example
| Formula | Description | Result |
| =UPPER({variable}) | Returns all upper case of variable (assuming the variable is "total") | TOTAL |
| =UPPER(yiELD) | Returns all upper case of text | YIELD |
Errors
For a full list of formula errors, please read Formula errors.