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

Data Analysis

  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • How to calculate current stock or inventory in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • Data Series in Excel
  • How to Create Column Chart in Excel

References

  • Get nth match with INDEX / MATCH in Excel
  • Vlookup Examples in Excel
  • Count unique text values with criteria
  • Multi-criteria lookup and transpose in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Excel Data validation no punctuation
  • How To Create Drop-down List in Excel
  • Excel Data validation whole percentage only
  • Excel Data validation must begin with
  • Excel Data validation number multiple 100

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

  • Extract multiple matches into separate rows in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Logical Functions, References and Examples
  • IF with wildcards in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Get age from birthday in Excel
  • Steps to create Dynamic calendar grid in Excel
  • How to determine year is a leap year in Excel
  • Display the current date in Excel
  • Convert text to date in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • Group arbitrary text values in Excel
  • Map text to numbers in Excel
  • If cell contains one of many things in Excel
  • Running count group by n size in Excel

General

  • Check if multiple cells have same value in Excel
  • How to calculate percentage of total in Excel
  • Advanced Number Formats in Excel
  • How to calculate decrease by percentage in Excel
  • How to fill cell ranges with random text values in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning