How to Use Excel's UPPER Function

By eHow Computers Editor

Rate: (0 Ratings)

Excel's UPPER function converts the specified text to uppercase. It returns the specified text with all lowercase letters replaced by their uppercase equivalent. Characters that already are uppercase, or have no uppercase equivalent, will change.

Instructions

Difficulty: Challenging

Step1
Learn the syntax for UPPER. It is UPPER(test_text).
Step2
Specify test_text as the text to be converted to upper case. Test_text may be a reference or a string.
Step3
Compare UPPER to similar functions such as LOWER() and PROPER(). LOWER converts all text to lower case if not already in lower case and if the text has a lowercase equivalent. PROPER converts only the first letter of each word to upper case. The first character in a string is capitalized if possible as is every letter that follows a character that is not a letter.
Step4
Look at some straightforward examples on how UPPER is used.

UPPER("test text") = TEST TEXT. Every letter was converted to upper case.
UPPER("123456") = 123456. These character have no uppercase equivalent, so no change could be made.
UPPER("TEST TEXT") = TEST TEXT. This text was already uppercase, therefore no changes were needed.
Step5
Examine some uses of UPPER on cells containing mixed text where A2 = "Upper Case Test" and B2 = "Abc123".

UPPER(A2) = UPPER CASE TEST. This mixture of cases shows that each character is evaluated separately and converted to uppercase if needed.
In UPPER(B2) = ABC123, "b" and "c" were capitalized but UPPER has no effect on numbers.

Post a Comment

POST A COMMENT

Request a New How-To Article

Looking for more How To information? Chances are there’s an eHow member who knows how to do what you’re looking to do. Submit an article request now!

eHow Article:  How to Use Excel's UPPER Function

eHow Computers Editor

eHow Computers Editor

Category: Computers

Articles: See my other articles

Related Ads