Forum Discussion
Agile Gantt chart - removing weekend - PLEASE HELP!
I guess you may use WORKDAY() function. Here
In formula here
as
=IF(AND( $C14="Goal", I$7>=$F14, I$7 <= WORKDAY($F14, $G14)-1 ),2, IF(AND($C14="Milestone",I$7>=$F14, I$7 <= WORKDAY($F14, $G14) -1 ),1,""))
and in conditional formatting rule formula
- CTysonJul 01, 2022Copper Contributor
Thanks a million. The formulas worked!!SergeiBaklan
- SergeiBaklanJul 01, 2022Diamond Contributor
CTyson , glad to help
- SHENRY625Jun 20, 2024Copper Contributor
SergeiBaklan Thank you for posting this. I too am looking to get a workday only chart, but I have added a column for an end date that would help show that relationship for an upcoming renovation schedule.
I also don't need the "Assigned to" or "Progress" or "Category", but i'm still having these problems.
Any help would be appreciated.
- hlokeyMay 12, 2022Copper Contributor
This is helpful (thanks for including the template) but I'd lactually like to see the weekends in the calendar but to have them not be colored for the task. So if a low-risk task lasts 10 days there would be 10 blue workdays and then the weekends that fall in the middle would either be white or some subtle color like grey to show that they are excluded from the task.
Also, would it be possible to have a column (maybe add right after G "days") where you can decide if the task will exclude weekends and then the conditioning will be based off of that?
Thank you!