Dashboard Mode - Comments and suggestions
Goal
Help a team track feedback on project tasks by adding comments and suggestions directly in the spreadsheet. This dashboard shows tasks, their status, and any comments or suggestions from team members.
Help a team track feedback on project tasks by adding comments and suggestions directly in the spreadsheet. This dashboard shows tasks, their status, and any comments or suggestions from team members.
| Task ID | Task Name | Status | Assigned To | Comments |
|---|---|---|---|---|
| 1 | Design Homepage | In Progress | Alice | Consider using a lighter color scheme. |
| 2 | Setup Database | Completed | Bob | Optimized queries for speed. |
| 3 | Write Content | Not Started | Charlie | |
| 4 | Test Features | In Progress | Dana | Found some bugs in login flow. |
| 5 | Deploy Site | Not Started | Eli |
=COUNTA(A2:A6)=COUNTIF(C2:C6, "Completed")=FILTER(A2:E6, (G1="All")+(C2:C6=G1))+----------------------+----------------------+ | Total Tasks (KPI) | Completed Tasks (KPI) | +----------------------+----------------------+ | Status Filter [G1] | +-------------------------------------------+ | Task List with Comments (Filtered Table) | | | | | +-------------------------------------------+
The Status Filter dropdown lets users select a task status or 'All'. When a status is selected, the Task List table updates to show only tasks with that status. The KPI cards always show totals for all tasks, regardless of filter.
If you select "In Progress" in the Status Filter, which tasks appear in the Task List? What is the count of Completed Tasks KPI?