How to Calculate Percentage of Completion in Excel (3 Methods)

We have a dataset with some Dates, Tasks that need to be completed, and their Status, explaining whether they are completed. We will calculate the percentage of completion from this table.


Method 1 – Use the COUNTA Function to Calculate the Percentage of Completion

Steps:

  • Select cell F5 and apply the following formula:
=COUNTA(D5:D12)/COUNTA(C5:C12)

Use COUNTA Function to Calculate Percentage of Completion in Excel

COUNTA(D5:D12) counts the number of non-blank cells (the string Complete in this case) while COUNTA(C5:C12) counts the non-blank cells (total number of Tasks). The formula then divides them to get the percentage.

  • Hit Enter.

Use COUNTA Function to Calculate Percentage of Completion in Excel


Method 2 – Manual Formula to Calculate the Percentage of Completion

We have a dataset of some Student Names and their Obtained Marks in multiple subjects, as well as the highest Total Marks. We will calculate the percentage marks of the total attainable marks for each student.

Steps:

  • Select cell G8 and insert the following formula:
=C8+D8+E8+F8

  • Press Enter and drag the Fill Handle down to fill all the cells.

  • Choose cell H8 and apply the following formula:
=G8/$C$4

Manual Formula to Calculate Percentage of Completion

  • Press Enter and pull the Fill Handle down.

Manual Formula to Calculate Percentage of Completion


Method 3 – Combine the COUNTIF and COUNTA Functions

We’ll use the starting dataset.

Steps:

  • Choose cell F5 and apply the formula below:
=COUNTIF(D5:D12,"Complete")/COUNTA(C5:C12)

The COUNTIF function will count cells with the given condition “Complete” in the argument. The COUNTA function will count cells containing any type of information in this range. The formula then divides the counts.

Combine COUNTIF and COUNTA Functions to Calculate Percentage of Completion

  • Hit Enter.

How to Calculate Percentage of Completion in Excel

This formula allows you to set a specific string to count by. Compare that with the formula in Method 1, where all cells with non-blank values were counted, which can include cells with a single space.

Read More: How to Calculate Remaining Shelf Life Percentage in Excel


Things to Remember

  • Click the “Percent Style” from the Home ribbon to get the percentage value.

Download the Practice Workbook


Related Articles


<< Go Back to Calculating Percentages | Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Wasim Akram
Wasim Akram

Wasim Akram holds a BSc degree in Industrial and Production Engineering from Ahsanullah University of Science and Technology. Over the past 2 years, he has been actively contributing to the ExcelDemy project, where he has authored more than 150 articles. Now, he is working as an Excel VBA and Content Developer. He likes learning new things about Microsoft Office, especially Excel VBA, Power Query, Data Analysis, and Excel Statistics. He is also very interested in machine learning and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo