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?
Think about the order of colors from low to high values.
The correct 3-color scale for lowest to highest values with red, yellow, and green is the 'Red - Yellow - Green Color Scale'. Option A applies this correctly. Option A reverses the colors. Options B and C use different conditional formatting types.
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?
Think about how color scales blend colors between minimum and maximum values.
A 2-color scale blends colors between the minimum and maximum. Since 50 is halfway between 1 and 100, the color will be a mix between blue and orange, resulting in a brownish or purple-brown shade.
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?
The midpoint should represent the average value of the data.
The midpoint in a 3-color scale is best set to the average value to balance colors around the center. Using =AVERAGE(B2:B20) calculates this correctly. Median or half the max value may not represent the true center, and minimum is the lowest value, not midpoint.
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?
Think about how Excel calculates color scales by default.
By default, Excel color scales use percentiles, not exact values. So a value of 480 could be in a higher percentile than 500 if the data distribution is uneven, causing 480 to appear greener than 500.
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?
Consider how Excel treats text in numeric conditional formatting.
Color scales work only on numeric values. Dates are stored as numbers, so they get colored. Text cells are ignored and remain uncolored.