Converts the specified string to upper case.
Sample Usage
UPPER("help")
UPPER(C5)
Syntax
UPPER(text)
- text - The text string that is to be converted to upper case.
Examples
UPPER("help") returns the uppercase word: "HELP".
UPPER(C5) returns the text string in cell C5 in uppercase.
Notes
- UPPER does not change characters in text that are not letters.