Excel As Your Project Tracker: How to Make Real Progress Bars

In this article, we’ll show how you can use Excel as your project tracker by making a real progress bar.

Excel as Your Project Tracker: How to Make Real Progress Bars

Track project progress visually to keep your teams motivated and informed. Excel’s versatile formatting options make it easy to add real progress bars that show how much of a task or project is complete. In this article, we’ll show how you can use Excel as your project tracker by making a real progress bar.

Step 1: Set Up Your Data Table

Insert the Require Data:

  • Create a table with columns like Project, Task list, Progress (%), and Status.
  • In the Tasks column, insert checkbox:
    • Go to the Insert tab >> select Checkbox from Controls.

Excel as Your Project Tracker: How to Make Real Progress Bars

Calculate the Progress (%):

  • To calculate the percentage completed for each project in the Progress (%) column, insert the following formula.
  • Drag down the formula for other projects.
  • From the Number tab >> select Percentage.

Formula:

=COUNTIF(B2:F2,TRUE)/COUNTA(B2:F2)

This formula divides the count of TRUE values by the total count of non-empty cells. This calculates the proportion (or percentage) of cells with TRUE values relative to all filled cells in the range.

Excel as Your Project Tracker: How to Make Real Progress Bars

Determine the Current Status of Projects:

  • To calculate the status of each project in the Status column, insert the following formula.
  • Drag down the formula for other projects.

Formula:

=IF(AND(G2>=0%,G2<75%),"In Progress",IF(AND(G2>=75%,G2<=99%),"Near Completion",IF(G2=100%,"Completed","Invalid")))

This formula evaluates the percentage value in cell G2 and assigns a corresponding status based on its range. It uses nested IF statements with AND conditions to check specific intervals.

  • If G2 is between 0% and 74%, it returns “In Progress”.
  • If G2 is between 75% and 99%, it returns “Near Completion”.
  • If G2 is exactly 100%, it returns “Completed”. If none of these conditions are met, it returns “Invalid”.

Excel as Your Project Tracker: How to Make Real Progress Bars

Step 2: Insert Data Bars as Progress Indicators

  • Select the cells in the Progress (%) column.
  • Go to the Home tab >> from Conditional Formatting >> select Data Bars >> select Gradient Fill.

Excel as Your Project Tracker: How to Make Real Progress Bars

The cells in the Progress (%) column will display horizontal bars that grow in length based on the percentage.

Step 3: Add Dynamic Color to Represent Status

  • Select the Status column.
  • Go to the Home tab >> from Conditional Formatting >> select New Rule.

Excel as Your Project Tracker: How to Make Real Progress Bars

  • Select Rule Type: Format only cells that contain.
  • Format only cells with:
    • Cell Value: Specific Text >> Containing: In Progress >> Format: select Yellow fill color >> click on OK.
    • Cell Value: Specific Text >> Containing: Near Completion >> Format: select Orange fill color >> click on OK.
    • Cell Value: Specific Text >> Containing: Completed >> Format: select Green fill color >> click on OK.

Excel as Your Project Tracker: How to Make Real Progress Bars

This step will highlight tasks with color-coded status, making it easy to spot where each task stands.

Excel as Your Project Tracker: How to Make Real Progress Bars

Step 4: Insert Chart for Visualization

  • Select the Progress (%) column.
  • Go to the Insert tab >> from All Charts >> select Bar >> choose your required Bar char >> click OK.

Excel as Your Project Tracker: How to Make Real Progress Bars

  • Format the chart to show the data more efficiently.
    • Go to the Chart Design tab >> from the Chart Styles >> select any Chart.

Excel as Your Project Tracker: How to Make Real Progress Bars

To Manually Customize Chart:

  • Select Data Labels >> Center >> More Options >> Fill Color >> Gradient.
  • Remove the series axis to give a clean look.
  • Add chart’s Fill color >> Gradient.
  • Add a Chart Title.

Output: 

You can use this project tracker with progress bars to track your project in Excel.

Excel as Your Project Tracker: How to Make Real Progress Bars

Step 5: Add a Dashboard Summary

Calculate Average:

  • To calculate overall progress, you can use the AVERAGE or SUBTOTAL function. Insert the following formula in a proper cell.

Formula:

=SUBTOTAL(1,G2:G7)

This formula calculates the average of the values in the range G2:G7, while also allowing for flexibility in filtering.

Excel as Your Project Tracker: How to Make Real Progress Bars

Add Data Bars and Bar Chart:

  • Select the average progress cell.
  • Go to the Home tab >> from Conditional Formatting >> select Data Bars >> select Gradient Fill.
  • Select the Average Progress (%) data and insert a bar chart following Step 4 to see overall project completion visually.

Excel as Your Project Tracker: How to Make Real Progress Bars

Add Filter:

  • Select the Projects column.
  • Go to the Data tab >> select Filter.

Excel as Your Project Tracker: How to Make Real Progress Bars

  • Apply a filter to see how the progress bars update dynamically. Here selected Projects 1 & 2 the entire Excel sheet is automatically updated for this selection.

Excel as Your Project Tracker: How to Make Real Progress Bars

Conclusion

With this setup, you can use Excel as your project tracker. By following all the steps you can create a dynamic progress bar that will effectively serve as a project tracker, keeping you and your team on top of your projects visually and effectively. As your projects evolve, progress percentages will automatically adjust the progress bars and statuses, making this tracker a flexible, powerful tool for managing projects in Excel.

Get FREE Advanced Excel Exercises with Solutions!

Shamima Sultana
Shamima Sultana

Shamima Sultana, BSc, Computer Science and Engineering, East West University, Bangladesh, has been working with the ExcelDemy project for 2 years. She has written reviewed 1000+ articles for ExcelDemy. She has also led several teams with Excel VBA and Content Development works. Currently, she is working as the Project Manager and oversees the day-to-day work, leads the services team, allocates resources to the right area, etc. Her work and learning interests vary from Microsoft Office Suites, and Excel... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo