Gantt Chart showing tasks in 1/4days using conditional formatting

HighlandRanger

New Member
Joined
Feb 8, 2021
Messages
21
Office Version
  1. 365
Platform
  1. MacOS
Using WORKDAY.INTL to be able to hide weekends and holidays, is it possible to display upto 2 months and use conditional formating to show a gantt chart with days divided into 1/4s? I have presented a table with one week to show an example.
2223242526
FEATUREBACKLOG ITEMEffortStart DateEnd DateMTWTF
Parent Task4.752/22/212/26/21
Child Task 112/22/212/22/21
Child Task 20.252/23/212/23/21
Child Task 30.52/23/212/23/21
Child Task 412/23/212/24/21
Child Task 50.52/24/212/25/21
Child Task 60.52/25/212/25/21
Child Task 712/25/212/26/21
 
I spend a while trying to get it working - and it always had some kind of weirdness. I couldn't get it to work.

I custom VBA function would have to come into play here.
I think I'm getting somewhere with your original... however, I noticed something weird.

Check out the first PROJECT TASK. If I make the EFFORT "7" then it takes the graph from 2/22 to the end of 3/2 (7 whole days) as expected
But if I make the EFFORT "7.25" it takes the graph back to 3/1 - 5 whole days and .25 of 3/1

Using this calculation in the END DATE =IF(OR(WEEKDAY(start_date+effort-0.25)=7,WEEKDAY(start_date+effort-0.25)=1),start_date+effort-0.25+2,start_date+effort-0.25)

Any clue what the issue is? It seems like it's adding the weekend back in?
 
Upvote 0

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
See this thread, its on a hourly gantt time chart, might give you some idea, as your are doing days in portions Mr Excel
Thanks, but that doesn't allow for projects that go past weekends and holidays. I think we are currently on the right track here, if I can figure out the anomoly I just found.
 
Upvote 0

Forum statistics

Threads
1,216,083
Messages
6,128,718
Members
449,465
Latest member
TAKLAM

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top