Dashboard Mode - Why collaboration is Sheets' superpower
Goal
See how multiple team members contribute to a project tracker in real-time and track progress together.
See how multiple team members contribute to a project tracker in real-time and track progress together.
| Task | Owner | Status | Hours Spent | Last Updated |
|---|---|---|---|---|
| Design Homepage | Alice | In Progress | 5 | 2024-06-01 10:15 |
| Write Content | Bob | Completed | 3 | 2024-06-01 09:50 |
| Setup Analytics | Charlie | Not Started | 0 | 2024-05-31 16:30 |
| Test Signup Flow | Alice | In Progress | 2 | 2024-06-01 11:00 |
| Deploy Site | Bob | Not Started | 0 | 2024-05-31 15:00 |
=COUNTA(A2:A6)=COUNTIF(C2:C6, "Completed")=SUM(D2:D6)=COUNTIF(B2:B6, "Alice")=MAX(E2:E6)+----------------------+----------------------+----------------------+ | Total Tasks (5) | Completed Tasks (1) | Total Hours (10) | +----------------------+----------------------+----------------------+ | Tasks by Owner | Last Updated: 2024-06-01 11:00 | | Alice: 2 | | | Bob: 2 | | | Charlie: 1 | | +----------------------+----------------------------------------------+
Use a filter dropdown to select an Owner (Alice, Bob, Charlie). When selected, all KPI cards and the tasks table update to show data only for that person. This shows how collaboration progress is tracked per team member.
If you filter to show only tasks owned by Alice, which components update?