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

Data Analysis

  • Subtotal function in Excel
  • How to create Checklist in Excel
  • How to sum a total in multiple Excel tables
  • Error Bars in Excel
  • How to Create Thermometer Chart in Excel

References

  • How to reference named range different sheet in Excel
  • Get nth match with INDEX / MATCH in Excel
  • Convert text string to valid reference in Excel using Indirect function
  • How to get first row number in range in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation date in next 30 days
  • Data validation must not exist in list
  • Excel Data validation with conditional list
  • Excel Data validation allow weekday only

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 use Excel XOR Function
  • Return blank if in Excel
  • IF with boolean logic in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function

Date Time

  • Check If Two Dates are same month in Excel
  • Calculate days remaining in Excel
  • NETWORKDAYS.INTL function: Description, Usage, Syntax, Examples and Explanation
  • TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • Assign points based on late time in Excel

Grouping

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

General

  • How to calculate percent of students absent in Excel
  • How to add sequential row numbers to a set of data in Excel
  • How to get original price from percentage discount in Excel
  • Delete Blank Rows at Once in Excel
  • How to increase by percentage in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning