Dashboard Mode - Managing rule priority
Goal
Understand how to manage rule priority in conditional formatting to highlight sales data based on multiple conditions.
Jump into concepts and practice - no test required
Understand how to manage rule priority in conditional formatting to highlight sales data based on multiple conditions.
| Product | Region | Sales |
|---|---|---|
| Apples | East | 120 |
| Bananas | West | 80 |
| Cherries | East | 150 |
| Dates | West | 200 |
| Elderberries | East | 90 |
| Figs | West | 110 |
=SUM(C2:C7)=SUM(FILTER(C2:C7, B2:B7=E1))+----------------------+--------------------+ | Total Sales (KPI) | Region Filter (E1) | +----------------------+--------------------+ | Filtered Sales Total | +-----------------------------------------------+ | Sales Data Table | +-----------------------------------------------+
The dropdown in cell E1 lets you select a region (East or West). When you pick a region:
If you set the region filter in E1 to "East", which components update?
Rule 1 (top): Format if cell > 10 (color red)Rule 2 (below): Format if cell > 5 (color green)