Dashboard Mode - Row and column grouping
Goal
Help a small business owner quickly see monthly sales totals and hide details when not needed.
Help a small business owner quickly see monthly sales totals and hide details when not needed.
| Month | Product A | Product B | Product C | Total Sales |
|---|---|---|---|---|
| January | 120 | 80 | 100 | =SUM(B2:D2) |
| February | 150 | 90 | 110 | =SUM(B3:D3) |
| March | 130 | 85 | 105 | =SUM(B4:D4) |
| April | 140 | 95 | 115 | =SUM(B5:D5) |
| May | 160 | 100 | 120 | =SUM(B6:D6) |
=SUM(B2:D2) and so on.+----------------------------+ | Sales Data Table | | +------------------------+ | | | Month | Prod A | Prod B | | | | | Prod C | Total | | | +------------------------+ | | | | [Row Group: Months 2-6] | | [Col Group: B-D Products] | | | | Monthly Total Sales Chart | +----------------------------+
The user can click the small plus/minus icons next to the row numbers to collapse or expand all monthly rows (January to May). This hides or shows the detailed sales per product.
Similarly, the user can click the plus/minus icons above columns B to D to collapse or expand product columns. When collapsed, only the Month and Total Sales columns remain visible.
The chart updates automatically to reflect the visible data.
Try collapsing the product columns (B to D). Which columns remain visible? What happens to the total sales column?
Try collapsing the monthly rows (2 to 6). What happens to the sales data table? Does the chart still show monthly totals?