UPPER
Converts text to uppercase letters.
The UPPER function converts all characters in a text string to uppercase. This function is commonly used to standardize text values for comparison, formatting, and consistency.
Syntax
UPPER(value)Arguments
value: The text string to convert to uppercase.
Return value
Returns the text string in uppercase.
Example
UPPER("south zone")Returns SOUTH ZONE.
Excel equivalent

Last updated
Was this helpful?