Dashboard Mode - Descriptive statistics (Analysis ToolPak)
Dashboard Goal
Understand the basic descriptive statistics of monthly sales data to see average sales, variation, and distribution.
Understand the basic descriptive statistics of monthly sales data to see average sales, variation, and distribution.
| Month | Sales |
|---|---|
| January | 1200 |
| February | 1500 |
| March | 1100 |
| April | 1700 |
| May | 1600 |
| June | 1400 |
| July | 1300 |
| August | 1800 |
=AVERAGE(B2:B9)=MAX(B2:B9)=MIN(B2:B9)=STDEV.S(B2:B9)+----------------------+----------------------+----------------------+ | Average Sales (KPI) | Maximum Sales (KPI) | Minimum Sales (KPI) | +----------------------+----------------------+----------------------+ | Standard Deviation | | | +----------------------+ | | | Descriptive Stats Table (D2:G12) | | +----------------------------------------------+----------------------+
Currently static data. To explore further, add a filter for months or sales ranges to update KPIs and descriptive statistics dynamically.
If you add a filter to show only months with sales above 1400, which components update?