home.gif next.gif prev.gif



UPPER

See also A-Z Spreadsheet Function List


Description Changes the characters in the specified string to uppercase characters.

Syntax UPPER(text)

text is any string.

Remarks Numeric characters in the string are not changed.

See Also LOWER and PROPER functions

Examples UPPER(“3rd Quarter”) returns 3RD QUARTER

         UPPER(“JOHN DOE”) returns JOHN DOE