Project Management

Kanban Board for Task Management

Visualize work progress with customizable Kanban boards for better task management

Get this built around your data

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

A board in a spreadsheet is worth building only if it measures what a physical board cannot: how long things sit. This template timestamps column changes so cycle time and ageing are computable.

What the worksheet looks like

The actual columns, with sample rows

Cards sheet: the board is a view of this table, with age derived.
ABCDEFG
1CardOwnerColumnEnteredAge (d)WIP flag
2Rework checkoutA. DuvalIn progress2026-07-0212
3Add SSOK. OwensIn progress2026-07-113
4Fix invoice PDFM. FerrerReview2026-07-131
5Update docsS. NovakBacklog2026-06-2024

The formulas that do the work

Why each one is written the way it is

  • =TODAY()-[@Entered] Days in the current column. Ageing is the signal a physical board hides completely — a card can sit in review for three weeks and look identical to one that arrived this morning.
  • =COUNTIFS(Cards[Column],[@Column],Cards[Owner],[@Owner]) Work in progress per person per column, for enforcing a WIP limit.
  • =IF(COUNTIFS(Cards[Column],"In progress",Cards[Owner],[@Owner])>WIPLimit,"⚠","") WIP limit breach. The limit is the mechanism that makes a kanban board work; without it, it is a to-do list with columns.
  • =AVERAGEIFS(Done[Cycle],Done[Type],[@Type]) Average cycle time by work type, from the archive of completed cards. This is what makes a delivery forecast possible.

The review column

A worked example with real numbers

A four-person team had a healthy-looking board and a two-week average delivery time that felt much longer. Ageing by column showed cards spending 1.2 days in progress and 6.8 days in review — review was one person's part-time responsibility. Adding a second reviewer cut end-to-end time by more than half without changing how the work itself was done.

What is in the workbook

Tab by tab

Every tab in the workbook and what it is for.
TabContents
CardsOne row per card with column, owner and entry date.
BoardThe board view, driven by the Cards table.
DoneArchive of completed cards with cycle time.
MetricsCycle time and throughput by type and week.
READMEWIP limits and the rule for moving a card.

Features and related templates

What is included, and what to look at next

What it does

  • Customizable board layout
  • Task card management
  • Work in progress limits
  • Status tracking
  • Priority indicators
  • Due date monitoring
  • Team assignments
  • Flow 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 use a spreadsheet instead of a kanban tool?

Mostly you should not — dedicated tools are better boards. The case for a spreadsheet is when you want the history in a form you can analyse, or when the board has to sit alongside other data in the same file.

What WIP limit should I set?

Start at one or two items in progress per person and lower it if throughput does not drop. High WIP feels productive and lengthens cycle time for everything.

How do I measure cycle time?

From entering "In progress" to entering "Done", not from card creation. Backlog age is a different and less actionable measure.

"This Kanban board template has transformed our task management process. The visual workflow and metrics have helped us optimize our team's productivity significantly."

- Sarah T., Agile Coach