0
0
Google Sheetsspreadsheet~5 mins

UPPER, LOWER, PROPER in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the UPPER function do in Google Sheets?
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 affect text in a cell?
LOWER converts all letters in the text to lowercase. For example, LOWER("Hello World") returns "hello world".
Click to reveal answer
beginner
Explain what the PROPER function does with an example.
PROPER capitalizes the first letter of each word and makes all other letters lowercase. For example, PROPER("good morning") returns "Good Morning".
Click to reveal answer
beginner
Which function would you use to make a name look like this: "John Smith" from "john smith"?
Use the PROPER function to capitalize the first letter of each word. For example, PROPER("john smith") returns "John Smith".
Click to reveal answer
beginner
Can UPPER, LOWER, and PROPER functions change numbers or symbols in text?
No, these functions only change letters. Numbers and symbols stay the same. For example, UPPER("abc123!") returns "ABC123!".
Click to reveal answer
What will =UPPER("good day") return?
AgOOD dAY
Bgood day
CGood Day
DGOOD DAY
Which function makes all letters lowercase?
APROPER
BLOWER
CUPPER
DCAPITALIZE
What does PROPER("hello world") return?
AHello World
BHELLO WORLD
Chello world
DhELLO wORLD
If a cell contains "mY nAmE", which function will make it "My Name"?
APROPER
BUPPER
CLOWER
DTRIM
Do UPPER, LOWER, and PROPER change numbers in text?
AOnly PROPER changes numbers
BYes, they change numbers to words
CNo, numbers stay the same
DOnly LOWER changes numbers
Describe how you would use UPPER, LOWER, and PROPER functions to format names in a spreadsheet.
Think about how names usually look in formal writing.
You got /4 concepts.
    Explain what happens to numbers and symbols when using UPPER, LOWER, or PROPER functions.
    Consider what characters these functions can modify.
    You got /3 concepts.