Converts a specified string to uppercase.
Sample usage
UPPER("lorem ipsum")
UPPER(A2)
Syntax
UPPER(text)
text
– The string to be converted to uppercase.
See also
PROPER
: Capitalises each word in a specified string.
LOWER
: Converts a specified string to lowercase.
Examples