Milestone achievement
How can I use formulas to show a milestone has been achieved?
I have a Milestone which has some prerequisites. Is there a formula which I can use to check if all predecessors completed %100, then set a flag for that Milestone, showing that has fulfilled as my phase gate?
Answers
-
Hi Mehran,
I'm not sure if this will help your situation but I can share how I handle milestones.
I always make my tasks children of their respective milestones and use the % Complete column to track overall performance. If you aren't familiar with this, there is more information here: https://help.smartsheet.com/articles/765737-project-sheet-columns-start-date-end-date-duration-complete-and-predecessors#toc--complete
I also use either a Level column with the formula =COUNT(ANCESTORS()) or just a symbol column with a star in my project schedules to denote a milestone. That way I can set up a notification when any column with a start reaches 100% complete.
-
Thank you Staylo95,
My milestones can be in any section of the schedule, depending on the project structure and the required phase gate, therefore, I am not making my tasks children of their respective milestones, instead they are children of the summary task.
I am looking for a formula that can look at the progress of related predecessors, then make if done if all predecessors are %100.
-
Hmm I think I understand.
If you dependencies are enabled then you wouldn't be able to put your formula in the % complete column but you could put it in the status column.
Would it work to use and IF(AND formula?
This formula marks the Milestone complete if the two yellow highlighted cells are at 100%
=IF(AND([% Complete]2 = 1, [% Complete]7 = 1), "Complete", "In Progress")
Is that more what you are looking for?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K 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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!