I've been working on updating an existing project plan to add additional fields for reporting duration. I want to keep the existing Duration column and it's formulas that uses dependencies on the Predecessors and the Duration column.
For the new data, the additional info is pulled from the original start date and the last date in a range when the status is Complete by using a MAX/COLLECT formula. I was able to get that to work properly using Helper columns. To calculate a the duration, I can use the =NETWORKDAYS([Helper Start Date]@row, [Helper Complete Date]@row) formula but do I need to create another sheet for holidays? Or would I be able to use an additional Helper Duration column and a Helper Predecessor column (if possible) and set the dependencies that way? Ideally, I don't want to create all these helper columns and sheets if I can get it to work in one column. I'm sure that I'm missing something but any changes I've made don't achieve my expectations.
I've attached a screenshot of my sample project plan. Any assistance you could provide would be greatly appreciated!