Project Management

Task & Workflow Manager

Streamline task assignment, track progress, and manage team workflows efficiently

Get this built around your data

✓ Free to download  ·  ✓ Excel 2016+ and Google Sheets  ·  ✓ Custom version in 24h

A workflow is a set of allowed transitions, not a status column. This template records each transition with a timestamp so you can measure where work waits and who it waits on.

What the worksheet looks like

The actual columns, with sample rows

Transitions sheet: every state change, with the wait derived.
ABCDEFG
1TaskFromToByAtWait (h)
2T-118DraftReviewA. Duval07-08 14:206.2
3T-118ReviewApprovedM. Ferrer07-10 09:0542.8
4T-119DraftReviewK. Owens07-09 11:403.1
5T-119ReviewReworkM. Ferrer07-09 16:154.6

The formulas that do the work

Why each one is written the way it is

  • =([@At]-MAXIFS(Trans[At],Trans[Task],[@Task],Trans[At],"<"&[@At]))*24 Hours waited in the previous state, computed from the transition log. This is the measurement a status column cannot give you.
  • =AVERAGEIFS(Trans[Wait (h)],Trans[From],[@State]) Average wait per state. The state with the longest wait is your bottleneck, and it is usually not the one people name.
  • =COUNTIFS(Trans[To],"Rework")/COUNTIFS(Trans[To],"Approved") Rework ratio — how often work comes back. Above about 20% the problem is the brief, not the execution.
  • =INDEX(Trans[To],MATCH(MAX(IF(Trans[Task]=[@Task],Trans[At])),Trans[At],0)) Current state as the most recent transition, so the status can never disagree with the history.

The approval queue

A worked example with real numbers

A marketing team believed content production was slow. The transition log showed drafting taking 6 hours on average and approval taking 43 — one approver, batching reviews to Fridays. Moving to daily review slots cut end-to-end time from nine days to three without anyone drafting faster.

What is in the workbook

Tab by tab

Every tab in the workbook and what it is for.
TabContents
TransitionsEvery state change with actor and timestamp.
TasksTask register with current state derived from transitions.
StatesAllowed states and the transitions between them.
MetricsAverage wait per state and rework ratio.
READMEThe workflow diagram and the rule for logging a transition.

Features and related templates

What is included, and what to look at next

What it does

  • Task assignment system
  • Progress tracking
  • Workflow automation
  • Due date management
  • Priority settings
  • Status updates
  • Team collaboration
  • Performance metrics

Need it adapted?

  • Built around your own data and column names
  • Connected to your source system
  • Delivered within 24 hours

Questions about this template

Specific to this workbook, not generic

Why log transitions instead of just a status?

Because a status tells you where something is; transitions tell you how long it took to get there. Only the second one lets you find the bottleneck.

Is this not just a lot of data entry?

One row per state change, which for most workflows is three or four rows per task. If that is too much, the workflow probably has too many states.

Can transitions be validated?

Add a data-validation rule against the allowed transition list. It will not prevent a determined user, but it catches the typos that make the metrics wrong.

"This task manager has transformed how our team works. The automated workflows and clear task tracking have improved our productivity significantly."

- Michael S., Team Lead