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?
✗ Incorrect
UPPER converts all letters to uppercase, so "Excel Tips" becomes "EXCEL TIPS".
Which function changes all letters to lowercase?
✗ Incorrect
LOWER converts all letters in a text string to lowercase.
What does PROPER("john doe") return?
✗ Incorrect
PROPER capitalizes the first letter of each word and makes the rest lowercase.
If you want to make "HELLO WORLD" look like "Hello World", which function do you use?
✗ Incorrect
PROPER capitalizes the first letter of each word and lowercases the rest.
Which formula will NOT change the text case?
✗ Incorrect
SUM is a math function and does not change text case.
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.