0
0
Google Sheetsspreadsheet~5 mins

Font and text styling in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ATEXT
BUPPER
CLOWER
DCONCATENATE
How do you quickly italicize text in a cell?
APress Ctrl + I (Cmd + I on Mac)
BPress Ctrl + B (Cmd + B on Mac)
CUse the TEXT function
DChange the font color
What happens if you use =UPPER("Google Sheets") in a cell?
AIt shows "google sheets"
BIt causes an error
CIt shows "Google Sheets"
DIt shows "GOOGLE SHEETS"
Which toolbar button changes the font color of selected text?
APaint bucket icon
BA with a color bar underneath
CBold (B) button
DUnderline (U) button
If you want to show the number 1234 as "$1,234.00", which function helps?
ALOWER(1234)
BUPPER(1234)
CTEXT(1234, "$#,##0.00")
DCONCATENATE("$", 1234)
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.