Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / DevOps

Progress Bar in Cell – Excel

5.00/5 (4 votes)
18 Mar 2016CPOL 108.1K  
This article describes about adding progress bar in cell.

I have been searching for while to add a progress indicator in Excel. It is so elegant and easier for convening the percentage completion to the reader. I will walk you through the steps and settings. I used Office 2010 professional.

We need to create a new rule for the cell. So, select the cell for which you want progress indicator. Then click on “New Rules” from Home->Conditional formatting.

new_rule

A popup window will appear, select the following options:

selections

After selecting the options mentioned above, click on “OK” to apply the rule for the cell selected.

Format.png

Then go back to your Excel sheet, click on the cell and go to formula bar to update the number you wish for the progress bar.

1086638/percentage_10.png

You can copy the formatting to other cell and update the number in formula bar for each cell.

1086638/sample.png

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)