Dashboard Mode - Co-authoring in real time
Goal
See how multiple people can work together on the same sales data at the same time and watch updates instantly.
See how multiple people can work together on the same sales data at the same time and watch updates instantly.
| Salesperson | Region | Sales Q1 | Sales Q2 | Sales Q3 |
|---|---|---|---|---|
| Alice | East | 100 | 150 | 200 |
| Bob | West | 120 | 130 | 140 |
| Carol | East | 90 | 110 | 130 |
| David | West | 80 | 95 | 100 |
| Eve | East | 110 | 140 | 160 |
=SUM(C2:E6)=AVERAGEIF(B2:B6,"East",C2:C6) for East region average sales.=AVERAGEIF(B2:B6,"West",C2:C6) for West region average sales.=SUM(C2:E2) for Alice, copied down.+-----------------------+-----------------------+ | Total Sales Q1-Q3 KPI | Average Sales by Reg | | | East: formula result | | | West: formula result | +-----------------------+-----------------------+ | Sales by Salesperson Table (list of names and totals) | +-------------------------------------------------------+
All users can edit sales numbers in the data table at the top. When one user changes a number, the total sales, averages, and individual totals update immediately for everyone viewing the file. This live update helps teams see changes as they happen without waiting.
If you change Alice's Sales Q2 from 150 to 180, which dashboard components update?