Dashboard Mode - Histogram and frequency analysis
Goal
Understand how to analyze data distribution by creating a histogram and frequency table in Excel. This dashboard answers: "How are the sales amounts distributed across different ranges?"
Understand how to analyze data distribution by creating a histogram and frequency table in Excel. This dashboard answers: "How are the sales amounts distributed across different ranges?"
| Sale ID | Sales Amount |
|---|---|
| 1 | 120 |
| 2 | 250 |
| 3 | 310 |
| 4 | 450 |
| 5 | 180 |
| 6 | 90 |
| 7 | 400 |
| 8 | 220 |
| 9 | 330 |
| 10 | 270 |
=FREQUENCY(B2:B11, {100,200,300,400})| Sales Range | Frequency |
|---|---|
| 0-100 | 1 |
| 101-200 | 2 |
| 201-300 | 3 |
| 301-400 | 3 |
| 401-500 | 1 |
+----------------------+----------------------+ | Frequency Table | Histogram Chart | | (Sales Range & Count)| (Column Chart) | +----------------------+----------------------+ | Sample Data Table | | (Sale ID & Sales Amount) | +-------------------------------------------+
Add a filter for sales amount ranges or minimum sales amount. When you change the filter:
This helps explore how sales distribution changes for different subsets.
If you add a filter to show only sales amounts greater than 200, which components update?