Dashboard Mode - Sharing workbooks
Goal
See how sharing a workbook helps a team track sales data together and keeps everyone updated.
See how sharing a workbook helps a team track sales data together and keeps everyone updated.
| Salesperson | Region | Sales Q1 | Sales Q2 | Total Sales |
|---|---|---|---|---|
| Alice | East | 100 | 150 | =SUM(C2:D2) |
| Bob | West | 200 | 180 | =SUM(C3:D3) |
| Charlie | East | 130 | 170 | =SUM(C4:D4) |
| Diana | West | 90 | 120 | =SUM(C5:D5) |
| Eva | East | 160 | 140 | =SUM(C6:D6) |
=SUM(E2:E6)=AVERAGE(D2:D6)=SUMIF(B2:B6,"East",E2:E6)=SUMIF(B2:B6,"West",E2:E6)+----------------------+----------------------+ | Total Sales All Reg. | Average Sales Q2 | | [KPI Card] | [KPI Card] | +----------------------+----------------------+ | Sales by Region Table | | [Table] | +---------------------------------------------------------------+ | Salesperson Total Sales Bar Chart | | [Chart] | +---------------------------------------------------------------+
Add a filter for Region. When you select a region (East or West), the KPI cards, sales by region table, and bar chart update to show data only for that region. This helps the team focus on one region's sales at a time.
If you add a filter for Region = East, which components update?