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?
The midpoint color is applied to the middle value in the range.
With a 3-color scale from red (min) to yellow (mid) to green (max), the middle value (30) gets the midpoint color, yellow.
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?
The average gives the middle value of the data.
AVERAGE(range) calculates the mean, which is the correct threshold for a color scale midpoint.
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?
The top 10% means values above the 90th percentile.
Setting max to the 90th percentile with green highlights the top 10% in green, and min as red colors the lower values red.
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?
The midpoint color applies to the middle value between min and max.
0 is the midpoint between -100 (min) and 100 (max), so it gets the midpoint color white.
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?
Color scales apply only to numeric values.
Cells with text are ignored by color scales and keep their original formatting.