% 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
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!