Sample Data
This data shows different tasks in a workflow, the time each task takes, how many times it is done, and a column to calculate total time spent per task.
| Cell | Value |
|---|---|
| A1 | Task |
| B1 | Time per Task (minutes) |
| C1 | Number of Tasks |
| D1 | Total Time (minutes) |
| A2 | Design Mockup |
| B2 | 30 |
| C2 | 3 |
| D2 | |
| A3 | Review |
| B3 | 15 |
| C3 | 4 |
| D3 | |
| A4 | Feedback Incorporation |
| B4 | 20 |
| C4 | 2 |
| D4 | |
| A5 | Total Time |
| B5 | |
| C5 | |
| D5 |