Upper
Converts a given string to uppercase.
Along with Lower, this is useful for eliminating case-sensitivity in other Text functions.
Usage
Upper(text)
text (required) Text or a column of text.
Example
Upper("Warning")
Returns “WARNING”
Last updated
Was this helpful?