Forum Discussion
Nita87
Jul 30, 2020Copper Contributor
Project Progress % between tow dates
Hi everyone I'm trying to calculate de % progress of my projects and I use NETWORKDAYS.INTL to estimate my project duration in days. How can i calculate the nr of Days Completed (workdays) and the ...
Riny_van_Eekelen
Jul 31, 2020Platinum Contributor
Nita87 As a variant
=MIN(1,NETWORKDAYS.INTL(start_date,TODAY(),[weekend],[holdiays])/NETWORKDAYS.INTL(start_date,end_date,[weekend],[holdiays])