Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to Create Area Chart in Excel
  • How to sum a total in multiple Excel tables
  • Randomize/ Shuffle List in Excel
  • Excel Bar Chart
  • Example of COUNTIFS with variable table column in Excel

References

  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel MMULT Function
  • Merge tables with VLOOKUP in Excel
  • Extract all partial matches in Excel
  • Two-column Lookup in Excel

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation allow uppercase only
  • How To Create Drop-down List in Excel
  • Excel Data validation only dates between
  • Excel Data validation date in specific year

How to calculate project complete percentage in Excel

by

To calculate the percentage complete for a project with a list of tasks, you can use a simple formula based on the COUNTA function.

Formula

=COUNTA(range1)/COUNTA(range2)

Explanation

In the example shown, the formula in F6 is:

=COUNTA(C5:C11)/COUNTA(B5:B11)

How this formula works

At the core, this formula simply divides tasks complete by the total task count:

=complete/total

which is then formatted as a percentage.

To count complete tasks, we count non-blank cells in the range C5:C11:

=COUNTA(C5:C11)

To count total tasks, we count non-blank cells in the range C5:C11:

COUNTA(B5:B11)

Unlike the COUNT function, which counts only numeric values, COUNTA will count cells that include numbers or text.

Post navigation

Next Post:

Create One-dimensional and Two-dimensional Array

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • Invoice status with nested if in Excel
  • IF, AND, OR and NOT Functions Examples in Excel
  • OR function Examples in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert date to text in Excel
  • Get week number from date in Excel
  • Get first day of month in Excel
  • Count birthdays by month in Excel
  • Display Days until expiration date in Excel

Grouping

  • Group numbers with VLOOKUP in Excel
  • Categorize text with keywords in Excel
  • Map text to numbers in Excel
  • Running count group by n size in Excel
  • If cell contains one of many things in Excel

General

  • List sheet names with formula in Excel
  • List worksheet index numbers in Excel
  • How to increase by percentage in Excel
  • Freeze and Unfreeze Panes in Excel
  • How to calculate percent of goal in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning