Hi Everyone,
I currently have a working formula: =IF(E4="P7",D4+10,IF(E4="P6",D4+15,IF(E4="P5",D4+20,IF(E4="P4",D4+25))))
Where Col D = start date, Col E= Category(relates to how many days the work will take)
and a completion date is generated in Col F. However, the completion date falls short because it does not exclude weekends, I would like to insert the Workday function into the formula to increase the accuracy, but all my attempts so far have only resulted in Err messages, is it possible to combine the Workday function with the formula in its current form? Or do i need to go back to the drawing board?
Bookmarks