Summary
The Excel UPPER function returns a upper-case version of a given text string. Numbers and punctuation are not affected.
Purpose
Convert text to upper case
Return value
Uppercase text.
Syntax
=UPPER (text)
Arguments
- text – The text thatto convert to upper case.
Usage notes
- All letters in text are converted to upper case.
- Numbers and punctuation characters are not affected.