beginnerCOUNTIFCOUNTA
Calculate a Completion Percentage
You have a status column and need one number at the top of the sheet: what percentage of tasks, orders, or deliverables are complete?
Quick formula
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
COUNTIF counts how many cells in the status column say Complete. COUNTA counts how many status cells are filled in at all. Dividing one by the other gives the completion rate — format the cell as a percentage to display it as 70% rather than 0.7. Because both counts are live, the percentage updates itself as statuses change.
When to use it
Use this for any progress metric: project task completion, order fulfillment, survey response rates, migration checklists.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08