UPPER(text)
UPPER returns a upper-case version of the string in @text.
This function is Excel compatible.
UPPER("canceled") equals "CANCELED".
LOWER.