Create a type of psuedo gantt chart

ddander54

Board Regular
Joined
Oct 18, 2012
Messages
97
I'd like to create a 'pseudo' gantt chart of sorts

My Project data is on Columns A:U, TimelineDates start in Column V, Column A is the Project number and is always a number, never blank or NULL, There are 2 header lines, so the Project data starts in row A3.

Proj.....StartDate.......Duration........Hours........|.1/1/2018...2/1/2018...3/1/2018...4/1/2018..5/1/2018...etc
1.........1/1/2018.......2..................21.............|
1.........2/1/2018.......2..................11.............|
1.........2/1/2018.......3..................30.............|

Result
Proj.....StartDate.......Duration........Hours........|.1/1/2018...2/1/2018...3/1/2018...4/1/2018...5/1/2018...etc
1.........1/1/2018.......2..................21.............|....21...........21
1.........2/1/2018.......2..................11.............|...................11.............11
1.........2/1/2018.......3..................30.............|...................30.............30.............30

I started with this formula (=IF(V$2=$S3, $U3, ""), where Column V$2 is the TimelineMonth, $S3 is the StartDate, and $U3 is the Hours), but it only applies the duration to the first cell where the Timelinedate match StartDate....which makes sense.
Is there a way to modify the formula to incorporate the duration into the formula so the hours stretch across the duration in the Timeline?
Or is this better left to VBA? If VBA, what would that look like?

Thanks in Advance,
Don
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,983
Messages
6,122,583
Members
449,089
Latest member
Motoracer88

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