Dashboard Mode - Why Excel is essential for data work
Business Question
How can Excel help us quickly understand and analyze sales data to make better decisions?
Jump into concepts and practice - no test required
How can Excel help us quickly understand and analyze sales data to make better decisions?
| Product | Region | Sales Q1 | Sales Q2 | Sales Q3 | Sales Q4 |
|---|---|---|---|---|---|
| Apples | North | 120 | 150 | 130 | 170 |
| Bananas | South | 80 | 90 | 100 | 110 |
| Cherries | East | 200 | 210 | 190 | 220 |
| Dates | West | 50 | 60 | 55 | 65 |
| Elderberries | North | 90 | 100 | 95 | 105 |
=SUM(C2:F6)=AVERAGE(C2:F6)=SUM(C2:F2) copied down rows 2-6.=MAX(G2:G6)=INDEX(A2:A6,MATCH(MAX(G2:G6),G2:G6,0))=SUMIF(B2:B6,"North",G2:G6)+----------------------+-----------------------+ | Total Annual Sales | Average Quarterly Sales| | 2390 | 119.5 | +----------------------+-----------------------+ | Highest Sales Product: Cherries (820) | +-----------------------------------------------+ | Sales by Region Table | | +---------+-------+ | | | Region | Sales | | | | North | 960 | | | | South | 380 | | | | East | 820 | | | | West | 230 | | | +---------+-------+ | +-----------------------------------------------+
Add a filter for Region. When you select a region, all components update to show data only for that region:
If you add a filter for Region = North, which components update and what are their new values?
=AVERAGE(B1:B5) if the cells B1 to B5 contain the values 10, 20, 30, 40, and 50 respectively?=SUM(A1:A5 but Excel shows an error. What is the most likely fix?