Hiya,
I have edited the Gantt chart template from Microsoft to highlight cells based on the week number rather than the date, as this is what our company uses for projects.
When a project runs over two years, the gantt chart then repeats itself , see image red circled areas. This has happened on other spreadsheets I have set up myself as well, is there a way of stopping this from happening?
Conditional formatting formula used: =AND($C10="Low Risk",I$9>=$F10,I$9<=$F10+$G10-1)
Formula on Gantt chart as well: =IF(AND($C12="Goal",K$9>=$F12,K$9<=$F12+$G12-1),2,IF(AND($C12="Milestone",K$9>=$F12,K$9<=$F12+$G12-1),1,""))
I have edited the Gantt chart template from Microsoft to highlight cells based on the week number rather than the date, as this is what our company uses for projects.
When a project runs over two years, the gantt chart then repeats itself , see image red circled areas. This has happened on other spreadsheets I have set up myself as well, is there a way of stopping this from happening?
Conditional formatting formula used: =AND($C10="Low Risk",I$9>=$F10,I$9<=$F10+$G10-1)
Formula on Gantt chart as well: =IF(AND($C12="Goal",K$9>=$F12,K$9<=$F12+$G12-1),2,IF(AND($C12="Milestone",K$9>=$F12,K$9<=$F12+$G12-1),1,""))