Burndown Chart in Excel (Create & Customize)

In this article, you’ll learn about burndown charts in Excel to simplify project management. This article will go through a step-by-step process of how to create and use burndown charts in Excel.

I used Microsoft 365 for this article. To fully utilize the advanced charting features, it’s advisable to use newer versions of Excel, starting from 2007 and onwards.

Burndown charts in Excel are versatile tools that are used in various projects and businesses. They’re valuable for tracking the progress of various sectors such as software development, marketing campaigns, construction projects, and so on. You can track the progress of the tasks and stick to deadlines by using this chart. By visualizing work status and remaining tasks, teams can quickly spot potential issues or delays.

Overview of Burndown Chart in Excel

Click the image for a detailed view.


Download Practice Workbook

You can download and practice the workbook for free from here.


What Is Burndown Chart in Excel?

A burndown chart is used to monitor the amount of work accomplished over time. It is frequently used in agile or iterative software development strategies like Scrum. Although a burndown chart is not created in Excel by default, you may build one using Excel’s graphing features.

In a burndown chart, the horizontal axis indicates time, often in iterations or sprints, while the vertical axis shows the amount of work still to be done. The chart begins with the entire estimated work for the project and then plots the remaining work at regular intervals to demonstrate progress.


How to Create a Burndown Chart in Excel

Here, I’ll create a burndown chart in Excel by following 7 key steps:


Step 1: Organizing the Dataset

We have made a dataset consisting of 5 weeks of scheduled hours for a company. The dataset includes two tables. The first table displays the actual data that was gathered throughout the course of the five weeks, whereas the second table serves as the framework for the graph.

Dataset for Burndown Chart in Excel

Click the image for a detailed view.

In the Setting column, the Planned Hours column illustrates the weekly time allotment to departments, whereas the Completed Hours column shows the amount of time spent finishing particular project components. The Remaining Hours column shows how many hours are left to accomplish the full project, while the Total Breakdown column shows how much time is left to complete the project by the deadline.


Step 2: Preparing Sprint Timeline for Given Dataset

To create the burndown chart, we need to calculate the totals of the elements in the Setting column using the SUM function.

  • Hours Left: Firstly, calculate the total number of hours over 5 weeks and subtract it from the total estimated hours. In cell I5, enter the formula:
=C5-(SUM(D5:H5))
  • Then drag the Fill Handle icon to apply the formula for the remaining departments.
Preparing Sprint Timeline

You can click the image for a detailed view.

  • Now, we’ll calculate the total hours left to complete the project. For this, enter the following formula in cell C13.
=SUM(C5:C8)
Preparing Sprint Timeline

Click the image for a detailed view.

  • In cell C14, enter the same formula as cell C13 to calculate the total estimated hours.
=SUM(C5:C8)
Preparing Sprint Timeline

You can click the image for a detailed view.

  • To calculate the Planned Hours for each week, add up the initial estimates for each task and divide the sum by the number of weeks. In cell D11, enter the formula below:
=SUM($C$5:$C$8)/5
  • Then, drag this formula across cells E11:H11.
Preparing Sprint Timeline

Click the image for a detailed view.

  • To calculate the Actual Hours for each week, simply sum up the completed hours for each week. Enter the following formula in cell D12:
=SUM(D5:D8)
  • Then drag the Fill Handle tool rightward to copy the formula to the remaining cells E12:H12.
Preparing Sprint Timeline

You can click the image for a detailed view.

  • To determine the Remaining Hours, subtract the actual hours from the total estimated hours. For this, enter the following formula in cell D13:
=$C$13-SUM($D$12:D$12)
  • Then, to copy the formula to the remaining cells E13:H13, drag the Fill Handle tool rightward.
Preparing Sprint Timeline

Click the image for a detailed view.

  • To calculate the Total Breakdown, which represents the ideal trend of hours needed each week, enter the formula below in cell D14:
=$C$14-SUM($D$11:D$11)
  • Then drag this formula across cells E14:H14 using the Fill Handle tool.
Preparing Sprint Timeline

Click the image for a detailed view.


Step 3: Creating a Line Chart

  • Now, select all the data in the second table (cells B11:H14).
  • Go to the Insert tab.
  • Click on the Insert Line or Area Chart icon and choose Line Chart.
Creating a Line Chart

You can click the image for a detailed view.


Step 4: Changing Horizontal Axis Labels

  • As a result, a line chart will appear on the worksheet. Now, we will set up a timeline on the horizontal axis. For this, click on the horizontal axis labels and right-click on it. Go to the Select Data option.
Changing Horizontal Axis Labels

Click the image for a detailed view.

  • It will open a dialog box titled Select Data Source. In the Select Data Source menu, click on the Edit button under Horizontal (Category) Axis Labels.

Changing Horizontal Axis Labels

  • In the Axis Labels dialog box, select the range $C$10:$H$10 and click OK.

Changing Horizontal Axis Labels


Step 5: Altering Default Chart Type

  • Now, to transform the planned and actual hours data series into a clustered column chart, right-click on either the Planned Hours or Actual Hours line on the chart and select Change Series Chart Type.
Altering Default Chart Type

Click the image for a detailed view.

  • In the Combo tab, change the Chart Type to Clustered Column for both series. Check the Secondary Axis box and click OK.
Altering Default Chart Type

You can click the image for a detailed view.


Step 6: Modifying Scale of Secondary Axis

  • To reduce the size of the clustered columns, right-click on the secondary axis labels and go to Format Axis.
Modifying Scale of Secondary Axis

Click the image for a detailed view.

  • In the Axis Options group, under Bounds, set the Maximum value to 350.
Modifying Scale of Secondary Axis

Click the image for a detailed view.


Step 7: Customizing Burndown Chart

  • Next, to customize the solid line representing the Total Breakdown, right-click on it and select Format Data Series.
Customizing Burndown Chart in Excel

You can click the image for a detailed view.

  • In the Format Data Series task pane, go to the Fill & Line Choose dark orange for the Line Color and select Dash for the Dash type.
Customizing Burndown Chart in Excel

Click the image for a detailed view.

  • After that, format the line representing the remaining effort by selecting the series, right-clicking on it, and selecting Format Data Series.
Customizing Burndown Chart in Excel

Click the image for a detailed view.

  • In the Format Data Series task pane, go to the Fill & Line tab, and click on the Marker icon to customize the marker type and size.
  • Under Marker Options, choose Built-in and customize the marker type and size. Choose a color for the marker type.
Customizing Burndown Chart in Excel

You can click the image for a detailed view.

  • Hence, we will get our desired burndown chart.
Customizing Burndown Chart in Excel

Click the image for a detailed view.

Read More: How to Create a Burndown Chart in Excel


Conclusion

In conclusion, the Burndown Chart in Excel is a helpful tool for keeping track of projects. It’s like a map that shows how much work is left and helps teams make smart choices based on that. By using Excel’s simple features, you can manage your projects better, stay on track, and make changes as required. It makes project management easier, boosts productivity, and helps you reach your goals faster.

If you have any further questions, feel free to ask in the comment section below or on our forum. Thank you for reading this article!


Frequently Asked Questions

1. What are the limitations of the burndown chart?

There are a few limitations when utilizing a burndown chart in Excel. It is necessary to manually enter the data, which can be time-consuming and error-prone. The chart doesn’t update automatically, therefore unless manually updated, it couldn’t show the most recent development.

2. What can I use instead of a burndown chart?

A burnup chart may be used to track and illustrate the progress of a project instead of a burndown chart. The burnup chart functions as the opposite of the burndown chart. It displays the total amount of work finished over time. It gives a precise view of the whole task scope and the percentage of it that has been completed.

3. What is the Gantt chart vs. the Burndown chart?

A Gantt chart shows tasks and dependencies on a timeline. On the other side, a burndown chart displays the quantity of work that remains as time passes. Gantt charts focus on scheduling, whereas burndown charts show progress.


Burndown Chart in Excel: Knowledge Hub


<< Go Back to Excel Charts | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!

Tags:

Sishir Roy
Sishir Roy

Sishir Roy, a recent graduate in Civil Engineering from Bangladesh University of Engineering and Technology, has dedicated over a year to the ExcelDemy project. As an Excel and VBA Content Developer, he has authored 50+ articles, updated 100+, and solved complex Excel VBA challenges. Excelling in troubleshooting and simplifying problems, his love for diverse problem-solving and aiding others is evident in his keen interests in Data Analysis, Advanced Excel, VBA Macro, and Excel Power Query, enriching the project's... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo