Jump to content

Recommended Posts

Posted

Hi guys

 

So, I am helping my stepdad design a project management spreadsheet for his company (don't ask, got roped into it). So I have created the basic template, but I am struggling to fill in the "gannt chart" part of it that he wants to use.

 

I have attached the sheet.

 

Basically, I need it to check in the cells in the "gannt chart" if it is within the dates listed, if yes, match the colour of the cell the date is (Red for initial submission, orange for decision date etc etc)

 

Sample Gannt.xlsx

 

Would be much appreciated. My googlefu is lacking, and when I suggested using a bar graph etc, it was flatly shot down.

Posted

You could conditionally format the rows - something along the lines of

If the date associated with a cell >= start date of stage
AND
If the date associated with a cell <= end date of a stage
THEN
Fill cell in with appropriate colour

Posted
Yes, so long as the cells in row 8 & 9 do not scroll and just the date scrolls at the top, then the conditional formatting would update as the dates moved and the cells would change colour.
Posted

Not IF statements - you just need conditional formatting - seven different rules to colour according to the dates.

 

If I get chance I'll look again later, but I cannot promise.

Posted

OK - attached is a worked example

 

Col A is just labels showing five dummy stages of a project

Col B is start date and Col C is end date of each stage - the conditional format refers to these columns

 

Row 1 just has dates in sequence, just like your fancy scrolling calendar

 

In the range E2..BM6 there are 5 conditional formatting statements, one for each stage. I've seperated them out into rows to help you get the idea of what is going on, but this could easily be all in one row (for me, a Gantt chart is one row per project stage as I've set it out.)

 

HTH

 

For Featured_Spectre.xlsx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...