Mar 10 2023 01:14 PM
I have a master project file, where I have several sub projects linked in and I'm having multiple issues, but one thing at a time.
First up, I have Baseline Start and Baseline finish set up to capture the forecasted starting and completion dates of the task. Then I have Actual Start and Actual Finish set up to capture the actual dates for those events.
In the gantt, I THOUGHT Project would show my estimated timeline in one color (let's say blue), and then another color would designate the actual timeline (say green).
So an example would be I have Task 1 that I estimate will run from Baseline Start of 2/1/23 to Baseline Finish of 2/28/23. I'd have a blue line in the gantt connecting those 2 dates. However Task 1 doesn't actually start until 2/10/23 as identified by the Actual Start date of 2/10/23 being entered. So starting on 2/10/23 a green line would appear, and as each day passed, it would grow to match that day until the Actual Finish value is entered. This doesn't happen. What am I missing?
As a final "wish list" item, if we surpass the Baseline Finish date of 2/28/23, I'd like that line to turn from green to red, either in entirety, or at least from the Baseline Finish date onward.
How can I do what I'm looking for here? What am I missing?
Mar 10 2023 03:19 PM
The green Gantt bar you mention (i.e. Actual Progress) will indeed grow--but you have to tell it "how much to grow" by making entries in the % Complete column for this task. Alternatively, you can use the "Update Project" feature in the ribbon to mark selected tasks (or all tasks) as complete through a specified date. That too will grow your green Progress bars.
Mar 10 2023 06:08 PM
As Dr_Edward_Hanna pointed out, you need to tell Project how much progress has been made. That will address your first desire to have expanding progress. However to get your "final wish" you will need to create a custom field and special Gantt bar style to make it happen.
First, create a custom Flag field (e.g. Flag1) using the following formula:
IIf([% Complete]<100 And [Current Date]>=[Baseline Finish],"yes","no")
Second, create a custom Gantt bar Style such as the following:
You could do a normal progress bar up to the Baseline Finish and then have it turn red after if the task still isn't complete, but doing so gets more complex.
Hope this helps.
John
Mar 14 2023 11:38 AM
Mar 14 2023 11:59 AM - edited Mar 14 2023 12:20 PM
@John-project, I tried everything that you show, but it's not working....not sure what I missed.
Further troubleshooting shows that the flag never evaluates to "Yes" (overdue). So there's something wrong with that, though what that is I'm unsure of.
Mar 14 2023 12:07 PM
Mar 14 2023 01:25 PM
Mar 15 2023 06:52 AM
Because I have 6+ people managing projects that I need to consolidate into a summary type doc for my superiors. We were using Excel and I was spending hours per week to sync their top level tasks with my project master. I thought creating a master project doc, and then adding all of theirs as linked sub-projects would fix that and I don't know why the type of scheduling matters?
I've attached a snip. Everything looks like it should to me, but the formula (Overdue?) isn't evaluating correctly.
Mar 15 2023 09:14 AM
Mar 15 2023 09:49 AM - edited Mar 15 2023 09:51 AM
Ok, I can look into changing the scheduling to see what effect that has. Thanks for the explanation.
Calculation was already on...
All the project files live on a shared network drive. The master sits at the root of the parent folder. The sub projects all live one step down in a child folder for that project with all project related materials.
I'm open to other ideas on how to configure this. I'm brand new to Project and am pretty overwhelmed at the moment.
Mar 15 2023 10:23 AM
Mar 15 2023 11:11 AM
Mar 15 2023 11:22 AM
Mar 15 2023 11:29 AM
Mar 15 2023 11:49 AM
Mar 16 2023 01:09 PM