Track Your Scrum Project's Progress with a Burndown Chart in Excel
As a Scrum team, tracking your project's progress is crucial for ensuring you meet your sprint goals. One of the most effective ways to do this is by using a burndown chart. While there are numerous tools available to create burndown charts, Microsoft Excel is a versatile and widely-used option. Let's dive into how you can create and use a burndown chart in Excel to monitor your Scrum project's velocity and remaining work.
Understanding Burndown Charts
Before we delve into creating a burndown chart in Excel, it's essential to understand what a burndown chart is and how it works. A burndown chart is a visual representation of the remaining work in a project over time. It helps teams understand their velocity, identify trends, and make data-driven decisions. The chart typically consists of two lines: the ideal burndown line, which represents the perfect scenario where all work is completed at a constant rate, and the actual burndown line, which shows the remaining work based on the team's current velocity.
Setting Up Your Excel Workbook
To create a burndown chart in Excel, you'll first need to set up your workbook with the necessary data. Create a new workbook and name the first sheet "Burndown Chart". In this sheet, create the following headers in the first row:

- Sprint (e.g., Sprint 1, Sprint 2, etc.)
- Ideal Remaining Work
- Actual Remaining Work
Below these headers, enter the sprint numbers and the initial remaining work for each sprint. You can update the actual remaining work as your sprints progress.
Creating the Ideal Burndown Line
Now that you have your data set up, it's time to create the ideal burndown line. In the "Ideal Remaining Work" column, enter the following formula in the first cell (assuming your initial remaining work is in cell B2):
=B2/(COUNT(B:B)-1)

This formula calculates the ideal remaining work by dividing the initial remaining work by the number of sprints minus one. Then, drag this formula down to the rest of the cells in the "Ideal Remaining Work" column. This will create a linear ideal burndown line.
Creating the Actual Burndown Line
To create the actual burndown line, you'll need to update the "Actual Remaining Work" column as your sprints progress. After each sprint, enter the remaining work in the corresponding cell. As you update this column, your actual burndown line will reflect the team's current velocity.
Creating the Burndown Chart
Now that you have both the ideal and actual burndown lines in your workbook, it's time to create the chart. Select the data in your "Burndown Chart" sheet, including the headers. Then, click on the "Insert" tab in the Excel ribbon and choose the "Line" chart type. This will create a line chart with both the ideal and actual burndown lines.

Customizing Your Burndown Chart
To make your burndown chart more visually appealing and informative, you can customize it with the following steps:
- Add a title to your chart by clicking on the "Chart Design" tab in the Excel ribbon and selecting "Add Chart Element" > "Chart Title".
- Change the chart title and axis labels to better represent your data.
- Format the chart's lines and markers to make the ideal and actual burndown lines easily distinguishable.
- Add data labels to your chart by clicking on the "Chart Design" tab and selecting "Add Chart Element" > "Data Labels". This will help you quickly identify the remaining work at each sprint.
Using Your Burndown Chart to Make Data-Driven Decisions
With your burndown chart in Excel, you can now track your Scrum project's progress, identify trends, and make data-driven decisions. Here are some ways to use your burndown chart:
- Monitor your team's velocity to ensure you're on track to meet your sprint goals.
- Identify trends in your team's performance, such as consistently completing more or less work than expected.
- Adjust your sprint planning based on your team's velocity and the remaining work.
- Communicate your project's progress to stakeholders by sharing your burndown chart.
By using a burndown chart in Excel, you can gain valuable insights into your Scrum project's progress and make data-driven decisions to ensure your team's success. Happy sprinting!






















