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

Data Analysis

  • How to add Trendline to a chart in Excel
  • How To Load Analysis ToolPak in Excel
  • How To Create Pareto Chart in Excel
  • How to create Gauge Chart in Excel
  • Chart Axes in Excel

References

  • How to use Excel OFFSET function
  • Basic INDEX MATCH approximate in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel MATCH Function

Data Validations

  • How To Create Drop-down List in Excel
  • Excel Data validation specific characters only
  • Excel Data validation must begin with
  • Excel Data validation date in specific year
  • Excel Data validation must not contain

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.

Worked Example:   Count cells that are not blank in Excel

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

Previous Post:

Put names into proper case — Manipulating NAMES in Excel

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
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • Nested IF function example in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel

Date Time

  • Convert decimal seconds to Excel time
  • DATEDIF function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate Day of the Year in Excel
  • How to calculate project start date based on end date in Excel
  • Convert text date dd/mm/yy to mm/dd/yy in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel
  • Map inputs to arbitrary values in Excel
  • Group arbitrary text values in Excel

General

  • Select, Insert, Rename, Move, Delete Worksheets in Excel
  • How to get Excel workbook path only
  • How to generate random number weighted probability in Excel
  • Subtotal invoices by age in Excel
  • Subtotal by invoice number in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning