FormulaCraft

How to calculate percentage complete in Excel and Google Sheets

Topic:Percentages
Excel & Google Sheets
=B2/C2

Verified example

Computed by a real spreadsheet engine on the sample data below.

TaskCompletedTotal
Design810
Development1530
Testing310
Deployment05

=B2/C20.8

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Set up columns for Completed (e.g. B) and Total (e.g. C).
  2. 2In a result cell (e.g. D2), type =B2/C2.
  3. 3Press Enter, then format the cell as a Percentage.
  4. 4Copy the formula down for all tasks or projects.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

How do I handle the case where Total is zero?

Use =IFERROR(B2/C2,0) to return 0% when the total is zero, avoiding a #DIV/0! error.

Can I calculate overall project completion from multiple tasks?

Yes — use =SUM(completed_range)/SUM(total_range) to aggregate across all tasks.

More on Percentages

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: