Dashboard Mode - Why automation saves hours
Goal
Understand how automating repetitive tasks in Excel saves time by comparing manual and automated work hours.
Understand how automating repetitive tasks in Excel saves time by comparing manual and automated work hours.
| Task | Manual Time (minutes) | Automated Time (minutes) | Times Per Week |
|---|---|---|---|
| Data Entry | 30 | 5 | 5 |
| Report Generation | 45 | 10 | 3 |
| Data Cleaning | 20 | 4 | 4 |
| Email Sending | 15 | 3 | 7 |
| File Organization | 25 | 6 | 2 |
=SUMPRODUCT(B2:B6,D2:D6) =SUMPRODUCT(C2:C6,D2:D6) =SUMPRODUCT(B2:B6,D2:D6)-SUMPRODUCT(C2:C6,D2:D6) = (SUMPRODUCT(B2:B6,D2:D6)-SUMPRODUCT(C2:C6,D2:D6))/60 = (B2 - C2)*D2 copied down.+-----------------------------+-----------------------------+ | Total Manual Time (minutes) | Total Automated Time (minutes)| | [KPI] | [KPI] | +-----------------------------+-----------------------------+ | Time Saved per Week (minutes) | Time Saved per Week (hours) | | [KPI] | [KPI] | +-------------------------------------------------------+ | Summary Table | | Task | Manual | Automated | Times/Week | Time Saved | +-------------------------------------------------------+
Add a filter to select specific tasks. When a task is selected, all KPIs and the summary table update to show data only for that task. This helps focus on time savings for chosen tasks.
If you filter to show only "Report Generation", which components update?