0
0
Google Sheetsspreadsheet~5 mins

Conditional formatting basics in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is conditional formatting in Google Sheets?
Conditional formatting changes the look of cells automatically based on rules you set. For example, it can color cells red if the number is below 50.
Click to reveal answer
beginner
How do you apply conditional formatting to a range of cells?
Select the cells, then go to Format > Conditional formatting. Set your rule and choose the formatting style, then click 'Done'.
Click to reveal answer
beginner
What types of rules can you use in conditional formatting?
You can use rules like 'Cell is greater than', 'Text contains', 'Date is before', or custom formulas to decide when to format cells.
Click to reveal answer
intermediate
What happens if multiple conditional formatting rules apply to the same cell?
Google Sheets applies the first rule that matches. You can reorder rules to change which one applies first.
Click to reveal answer
intermediate
Can you use formulas in conditional formatting? How?
Yes! Choose 'Custom formula is' in the rule type, then enter a formula that returns TRUE or FALSE. TRUE means the formatting applies.
Click to reveal answer
Which menu do you use to start conditional formatting in Google Sheets?
AFormat
BData
CInsert
DTools
What does conditional formatting do?
AAdds comments to cells
BDeletes cells with errors
CSorts data alphabetically
DAutomatically changes cell appearance based on rules
If you want to highlight cells with values greater than 100, which rule type should you choose?
ACell is greater than
BText contains
CDate is before
DCustom formula is
What does a custom formula in conditional formatting need to return to apply formatting?
AA number
BA text string
CTRUE or FALSE
DAn error
If two rules apply to the same cell, which one is used?
AThe last rule in the list
BThe first rule that matches
CBoth rules apply at the same time
DNo rule applies
Explain how to set up a conditional formatting rule to highlight cells with values less than 50.
Think about the steps from selecting cells to applying the rule.
You got /6 concepts.
    Describe how custom formulas work in conditional formatting and give a simple example.
    Remember the formula logic and how it controls formatting.
    You got /4 concepts.