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

Data Analysis

  • Data Series in Excel
  • Conditional Formatting Data bars Examples in Excel
  • How To Compare Two Lists in Excel
  • How to Create Area Chart in Excel
  • How to count table rows in Excel

References

  • Two-way lookup with VLOOKUP in Excel
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to get first row number in range in Excel
  • Count rows with at least n matching values
  • How to use Excel MMULT Function

Data Validations

  • Data validation must not exist in list
  • Excel Data validation must contain specific text
  • Excel Data validation require unique number
  • Excel Data validation don’t exceed total
  • Excel Data validation must begin with

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

  • How to return blank in place of #DIV/0! error in Excel
  • OR function Examples in Excel
  • Return blank if in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel

Date Time

  • How to get year from date in Excel
  • Get days, months, and years between dates in Excel
  • Add business days to date in Excel
  • How to calculate future date say 6 months ahead in Excel
  • Convert Excel time to decimal seconds

Grouping

  • How to randomly assign people to groups in Excel
  • Group arbitrary text values in Excel
  • Calculate conditional mode with criteria in Excel
  • Group times into 3 hour buckets in Excel
  • Map inputs to arbitrary values in Excel

General

  • How to get amount with percentage in Excel
  • Customize Ribbon In Excel
  • How to choose page/paper size in Excel before Printing
  • Basic numeric sort formula in Excel
  • 231 Keyboard Shortcut Keys In Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning