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

Data Analysis

  • Add Outline to Data in Excel
  • How to Create Gantt Chart in Excel
  • How To Compare Two Lists in Excel
  • Move chart to a separate worksheet in Excel
  • Remove Duplicates Example in Excel

References

  • How to get address of last cell in range in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel INDIRECT Function
  • Create hyperlink with VLOOKUP in Excel
  • How to use Excel TRANSPOSE Function

Data Validations

  • Excel Data validation allow weekday only
  • Excel Data validation must not contain
  • Excel Data validation specific characters only
  • Excel Data validation don’t exceed total
  • Excel Data validation must contain specific text

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

  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • SWITCH function example in Excel

Date Time

  • How to get Weekdays, Working days between Two Dates in Excel
  • How to join date and text together in Excel
  • How to Calculate Age in Excel
  • How to enter Today’s Date or Static Date and Time in Excel
  • Find Last Day of the Month in Excel

Grouping

  • Group times into 3 hour buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • Group arbitrary text values in Excel
  • If cell contains one of many things in Excel
  • Group times into unequal buckets in Excel

General

  • Count cells that do not contain errors in Excel
  • Subtotal by color in Excel
  • 44 Practical Excel IF function Examples
  • How to calculate percentage discount in Excel
  • How to get original number from percent change in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning