Dashboard Mode - Line charts
Dashboard Goal
Show monthly sales trends for two products to compare their performance over the first half of the year.
Jump into concepts and practice - no test required
Show monthly sales trends for two products to compare their performance over the first half of the year.
| Month | Product A Sales | Product B Sales |
|---|---|---|
| Jan | 120 | 100 |
| Feb | 135 | 115 |
| Mar | 150 | 130 |
| Apr | 160 | 140 |
| May | 170 | 155 |
| Jun | 180 | 165 |
=SUM(B2:B7)=SUM(C2:C7)A1:C7+----------------------+----------------------+ | KPI: Total Sales A | KPI: Total Sales B | +----------------------+----------------------+ | | | Line Chart: Monthly Sales Trend | | | +----------------------------------------------+
Add a filter for Month (e.g., select only Jan to Mar). When the filter is applied:
If you add a filter to show only months April to June, which components update and what are their new values?
=SUM(B5:B7) = 160 + 170 + 180 = 510=SUM(C5:C7) = 140 + 155 + 165 = 460line chart in Excel?