Multiple dates in a single sheet
I am having trouble tracking my project due to frequent date changes. Can I track the original and actual start/end dates?
Answers
-
Have you looked into the baselining feature?
-
Hi Dolley,
I track Target Start and End dates vs current Start and End dates, then include variance calculations to show differences between that baseline date and the current date.
- To start - add two columns to the plan. "Target Start" and "Target End"
- Then add If not already in your plan.
- "Schedule Delta (%)", Formula =IFERROR([Schedule Delta (Working Days)]@row / Duration@row, "")
- "Schedule Delta (Working Days)", Formula =IFERROR(IF([End Date]@row = [Target End Date]@row, 0, IF([End Date]@row > [Target End Date]@row, NETWORKDAYS([Target End Date]@row, [End Date]@row) - 1, IF([End Date]@row < [Target End Date]@row, NETWORKDAYS([Target End Date]@row, [End Date]@row) + 1, ""))), "")
- "Days", Formula =NETWORKDAY([Start Date]@row, [End Date]@row)
- "%", =Days@row / (SUMIF(Level:Level, ="", Days:Days))
- "Variance" =[Target End Date]@row - [End Date]@row
- Those formulas combined with a Shedule Health formula will give you overall health indicators as well as line item indicators of the plans's progress.
For instance, I can see at the line item a task is behind the original schedule, but at the milestone level, we are still on track for the original date and at the project level, the schedule health is Green.
I hope this helps you! -Jeff
-
@Paul Newcome not yet, but will be happy to dive into it. Thanks for the suggestion
-
@Jeff J Johnson thanks for the breakdown. I will try it out and get back to you with any feedback.
-
A question about:
Level:Level
What goes in there? A function?
And you really intend:
Level:Level
or Level@row?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives