Hi,
I have been designing a project model over the last few days but now there is a requirement to have a model which pulls multiple projects.
The way the model will be set up will be that on the sheet “Manual Resource Loading” the planner will input:
The Project ID
The Person working on it
The days allocated
Which week to allocate the days to
Then (hopefully) the “Gantt Chart Template” sheet will pull all this data together automatically.
I need some help with a couple of the formulas:
Formula 1 – Yellow cells.
Start Date – Is there any way a formula can match the project ID and Person on the “Gantt Chart Template” with the data on the on select the “Manual Resource Loading” sheet and select the minimum week number – this would give the start date.
Duration – similar to the above but I would need it to work out max week number. Then I need it to deduct the min number so that it only gives duration.
Formula 2 – Orange Cells
Now in my last model I was determined to keep the arrows (when a % is added in column J it would show progress arrows). This feature is no longer needed and wondered if this formula:
Could be adapted in such a way where it would show the total days planned from the sheet “Manual Resource Loading” – it would also have to match the project ID, Person and Week number.![]()
=IF(AND(K$8>=CHOOSE(MATCH($O$6,ganttTypes,0),$F9,$H9),K$8<=CHOOSE(MATCH($O$6,ganttTypes,0),$F9+$G9,$H9+$I9)),IF(CHOOSE(MATCH($O$6,ganttTypes,0),$F9+$G9,$H9+$I9)*$J9>K$8,$S$6,AND(K$8>=CHOOSE(MATCH($O$6,ganttTypes,0),$F9,$H9),K$8<CHOOSE(MATCH($O$6,ganttTypes,0),$F9+$G9,$H9+$I9))),"")
I know that’s a lot I am asking for so if anyone can help with any of it then it would be appreciated.
I have uploaded the new model.
Regards
Paul
Bookmarks