Converts text to uppercase.
Syntax
UPPER(text)
Text is the text you want converted to uppercase. Text can be a column reference or text string.
Example
| Formula |
Description (Result) |
| =UPPER("total") |
Upper case of string (TOTAL) |
| =UPPER("Yield") |
Upper case of string (YIELD) |