Hello,
I have an excel spreadsheet with a chart that then feeds into a Gantt chart sheet that utilises Networkdays to exclude weekends in the bar chart section. My formula for this is "=IF(AND(N$2>=$G6,N$2<=$H6),IF(N$5<>"S",$J6/NETWORKDAYS($G6,$H6),0),"")"
However if I add the bank holiday list in where the last 0 is in the formula my bar (which includes a number to indicate the resource required for that particular day) remains unchanged. Can anyone advise if there is a way of doing this?
I have an excel spreadsheet with a chart that then feeds into a Gantt chart sheet that utilises Networkdays to exclude weekends in the bar chart section. My formula for this is "=IF(AND(N$2>=$G6,N$2<=$H6),IF(N$5<>"S",$J6/NETWORKDAYS($G6,$H6),0),"")"
However if I add the bank holiday list in where the last 0 is in the formula my bar (which includes a number to indicate the resource required for that particular day) remains unchanged. Can anyone advise if there is a way of doing this?