All,
i have a formula on a spread sheet i use to monitor outputs for construction installations.
It is almost there, i just need some help applying a calendar to the formula so the column titles: planned percentage is acurate.
the formula i have at the moment in column L is:
=IF(H12="","",IF(H12>$O$1,0,IF(J12<=$O$1,100,(NETWORKDAYS(H12,$O$1)/(NETWORKDAYS(H12,J12))*100))))
the holidays needed are UK standard holidays & bank holidays, though i assume these can be amended / added to as needed??
Bookmarks