Dashboard Mode - Real-time co-editing
Goal
See how multiple people can work together on the same Google Sheet at the same time and track changes live.
See how multiple people can work together on the same Google Sheet at the same time and track changes live.
| Task | Owner | Status | Due Date |
|---|---|---|---|
| Write report | Alice | In Progress | 2024-06-10 |
| Design slides | Bob | Not Started | 2024-06-12 |
| Review budget | Charlie | Completed | 2024-06-08 |
| Plan event | Alice | In Progress | 2024-06-15 |
| Send invites | Bob | Not Started | 2024-06-14 |
=COUNTIF(C2:C6, "Completed") to count completed tasks and =COUNTIF(C2:C6, "In Progress") for tasks in progress.=FILTER(A2:D6, B2:B6=G1) where G1 is the selected owner.+----------------------+------------------+ | Live Task List | Status Summary | | (Tasks, Owner, Status| (Completed, | | Due Date) | In Progress) | +----------------------+------------------+ | Owner Filter Dropdown | +---------------------------------------+
The Owner Filter dropdown lets you pick a person. When you select an owner, the Live Task List updates to show only tasks assigned to that owner. The Status Summary always shows counts for all tasks, updating live as anyone edits task statuses.
If you add a filter to show only tasks owned by "Alice", which components update?