0
0
Google Sheetsspreadsheet~20 mins

Color scales in Google Sheets - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Color Scale Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Output of Color Scale Based on Values

You apply a 3-color scale conditional formatting in Google Sheets to cells A1:A5 with these values: 10, 20, 30, 40, 50.

The scale uses red for the minimum, yellow for the midpoint, and green for the maximum.

What color will cell A3 (value 30) display?

AYellow
BRed
CGreen
DOrange
Attempts:
2 left
💡 Hint

The midpoint color is applied to the middle value in the range.

Function Choice
intermediate
2:00remaining
Choosing the Right Function for Color Scale Thresholds

You want to set a 2-color scale in Google Sheets where the color changes at the average value of a range.

Which function should you use to calculate the threshold for the color scale?

AAVERAGE(range)
BSUM(range)
CMAX(range)
DCOUNT(range)
Attempts:
2 left
💡 Hint

The average gives the middle value of the data.

🎯 Scenario
advanced
2:00remaining
Applying Color Scale to Highlight Top 10% Values

You have sales data in cells B2:B100. You want to apply a color scale that highlights the top 10% highest sales in green and the rest in red.

Which conditional formatting setting will achieve this?

ASet color scale with min as red, max as green, and midpoint set to 'Percentile' 10%
BSet color scale with min as red, max as green, and min set to 'Percentile' 90%
CSet color scale with min as green, max as red, and max set to 'Percentile' 10%
DSet color scale with min as red, max as green, and max set to 'Percentile' 90%
Attempts:
2 left
💡 Hint

The top 10% means values above the 90th percentile.

data_analysis
advanced
2:00remaining
Interpreting Color Scale Results on Mixed Data

You apply a 3-color scale to a range with values: -100, -50, 0, 50, 100.

The scale uses blue for minimum, white for midpoint, and red for maximum.

What color will the cell with value 0 display?

ABlue
BWhite
CRed
DPurple
Attempts:
2 left
💡 Hint

The midpoint color applies to the middle value between min and max.

🧠 Conceptual
expert
2:00remaining
Understanding Color Scale Behavior with Non-Numeric Data

You apply a 2-color scale conditional formatting to a column containing numbers and some text values.

What happens to the cells with text values?

AText cells cause an error and stop the formatting
BText cells are colored with the minimum color of the scale
CText cells are not colored by the scale and remain unchanged
DText cells are colored with the maximum color of the scale
Attempts:
2 left
💡 Hint

Color scales apply only to numeric values.