0
0
Excelspreadsheet~5 mins

UPPER, LOWER, PROPER in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the UPPER function do in Excel?
The UPPER function changes all letters in a text string to uppercase letters. For example, UPPER("hello") returns "HELLO".
Click to reveal answer
beginner
How does the LOWER function work in Excel?
The LOWER function converts all letters in a text string to lowercase letters. For example, LOWER("HELLO") returns "hello".
Click to reveal answer
beginner
Explain the PROPER function in Excel.
The PROPER function capitalizes the first letter of each word in a text string and makes all other letters lowercase. For example, PROPER("hello world") returns "Hello World".
Click to reveal answer
beginner
Which function would you use to make a name look like a title, with each word starting with a capital letter?
Use the PROPER function. It capitalizes the first letter of each word and makes the rest lowercase, perfect for names or titles.
Click to reveal answer
beginner
If cell A1 contains "GoOd MoRnInG", what formula would convert it to all lowercase?
Use =LOWER(A1). This will change "GoOd MoRnInG" to "good morning".
Click to reveal answer
What will =UPPER("Excel Tips") return?
AEXCEL TIPS
Bexcel tips
CExcel Tips
DeXcEl tIpS
Which function changes all letters to lowercase?
APROPER
BUPPER
CLOWER
DCAPITAL
What does PROPER("john doe") return?
AJOHN DOE
BJohn Doe
Cjohn doe
DJoHn DoE
If you want to make "HELLO WORLD" look like "Hello World", which function do you use?
APROPER
BUPPER
CTEXT
DLOWER
Which formula will NOT change the text case?
A=UPPER(A1)
B=LOWER(A1)
C=PROPER(A1)
D=SUM(A1)
Describe how to use UPPER, LOWER, and PROPER functions to change text case in Excel.
Think about how you would fix text that is all caps, all lowercase, or mixed case.
You got /3 concepts.
    Give an example of when you would use the PROPER function in a real-life spreadsheet.
    Think about how names or titles usually look in documents.
    You got /3 concepts.