% Completion Expected Not Correctly Calculating
I am looking to calculate the expected % complete vs actual. The way my formulas are it is not working. In the example below the expected and actual should match, they do not.
The project sheet is calculating expected by looking at the overall start and end dates.
=IF([Start Date]14 > TODAY(), 0, NETWORKDAYS([Start Date]14, TODAY()) / NETWORKDAYS([Start Date]14, [End Date]14))
I am calculating % Complete off of the # of complete in Level 4
=COUNTIFS(Complete:Complete, 1, Level:Level, 4) / COUNTIFS(Level:Level, 4)
I am thinking that I need to add to the expected but am unsure what. Thanks for your help!
Answers
-
the second countifs should be countif.
-
Hi, your level column follows a column formula. Manually inputting '4' will solve the count error.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!