Recall & Review
beginner
What is the purpose of the
TEXT function in Google Sheets?The
TEXT function changes how numbers or dates look by applying a format you choose, like showing a date as "Jan 1, 2024" or a number as "$1,000.00".Click to reveal answer
beginner
How do you make text bold in Google Sheets?
Select the cell or text, then click the B button on the toolbar or press
Ctrl + B (Windows) / Cmd + B (Mac) to make the text bold.Click to reveal answer
beginner
What does the
UPPER function do?It changes all letters in a text string to uppercase. For example,
=UPPER("hello") becomes "HELLO".Click to reveal answer
beginner
How can you change the font color of a cell in Google Sheets?
Select the cell, then click the text color button (looks like an A with a color bar) on the toolbar and pick the color you want.
Click to reveal answer
intermediate
What is the difference between changing font style and using the
TEXT function?Changing font style changes how the text looks visually (like bold or color). The
TEXT function changes how numbers or dates appear as text, controlling their format.Click to reveal answer
Which function formats a number as text with a specific pattern in Google Sheets?
✗ Incorrect
The TEXT function formats numbers or dates into text with the pattern you specify.
How do you quickly italicize text in a cell?
✗ Incorrect
Ctrl + I (Cmd + I) is the shortcut to italicize text.
What happens if you use =UPPER("Google Sheets") in a cell?
✗ Incorrect
The UPPER function converts all letters to uppercase.
Which toolbar button changes the font color of selected text?
✗ Incorrect
The 'A' with a color bar is the font color button.
If you want to show the number 1234 as "$1,234.00", which function helps?
✗ Incorrect
The TEXT function formats the number with dollar sign, commas, and decimals.
Explain how to change the appearance of text in Google Sheets using both toolbar options and formulas.
Think about visual changes vs. formula-based text changes.
You got /3 concepts.
Describe a real-life example where you would use the TEXT function to style data in a spreadsheet.
Consider invoices, reports, or budgets.
You got /3 concepts.