0
0
Excelspreadsheet~20 mins

Color scales in Excel - 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!
🎯 Scenario
intermediate
2:00remaining
Applying a 3-color scale to highlight sales performance

You have a list of monthly sales figures in column B (B2:B13). You want to apply a 3-color scale where the lowest sales are red, the midpoint is yellow, and the highest sales are green. Which of the following steps correctly applies this color scale in Excel?

ASelect B2:B13, go to Home > Conditional Formatting > Color Scales > Red - Yellow - Green Color Scale
BSelect B2:B13, go to Home > Conditional Formatting > Icon Sets > 3 Arrows (Colored)
CSelect B2:B13, go to Home > Conditional Formatting > Data Bars > Gradient Fill
DSelect B2:B13, go to Home > Conditional Formatting > Color Scales > Green - Yellow - Red Color Scale
Attempts:
2 left
💡 Hint

Think about the order of colors from low to high values.

📊 Formula Result
intermediate
1:30remaining
Result of applying a 2-color scale with custom colors

You apply a 2-color scale to a range of numbers from 1 to 100, setting the minimum color to blue and the maximum color to orange. What color will a cell with the value 50 approximately show?

APure orange
BA color halfway between blue and orange, like a purple-brown shade
CPure blue
DWhite
Attempts:
2 left
💡 Hint

Think about how color scales blend colors between minimum and maximum values.

Function Choice
advanced
2:00remaining
Choosing the correct formula to set a midpoint for a 3-color scale

You want to apply a 3-color scale to a range of numbers where the midpoint color corresponds to the average of the range. Which formula should you use in the 'Midpoint' setting of the color scale?

AUse the formula =AVERAGE(B2:B20)
BUse the formula =MEDIAN(B2:B20)
CUse the formula =MAX(B2:B20)/2
DUse the formula =MIN(B2:B20)
Attempts:
2 left
💡 Hint

The midpoint should represent the average value of the data.

data_analysis
advanced
2:30remaining
Interpreting color scale results in a sales report

You applied a 3-color scale to a sales column with red for low, yellow for midpoint, and green for high. You notice some cells with sales of 500 are yellow, while others with 480 are green. What is the most likely reason?

AThe color scale midpoint is set incorrectly, causing inconsistent colors
BThe cells with 480 have manual green fill applied, overriding the scale
CThe data range includes hidden rows affecting the scale calculation
DThe color scale uses percentiles, so 480 might be above the 50th percentile and 500 below it
Attempts:
2 left
💡 Hint

Think about how Excel calculates color scales by default.

🧠 Conceptual
expert
2:00remaining
Understanding limitations of color scales with non-numeric data

You try to apply a 3-color scale to a column containing dates and text values mixed together. What will happen when you apply the color scale?

AExcel will produce an error and refuse to apply the color scale
BExcel will convert text to zero and color all text cells with the minimum color
COnly the numeric date values will be colored; text cells will not get color formatting
DAll cells will be colored randomly regardless of content
Attempts:
2 left
💡 Hint

Consider how Excel treats text in numeric conditional formatting.