Change project status in Parent Row
I would like to change the parent row automatically if the status is changed other than "Planned" & "On Hold" in the status column, Please help me with the formula to achieve this.
if all the tasks are completed it should change the status to completed otherwise it should be "in progress"
Answers
-
You can use the formula below in the parent row to change the status to "Complete" if all the child tasks are complete. If any of the child task is not marked as complete, the parent will show "In progress"
=IF(COUNTIF(CHILDREN(), "Planned") > 0, "In progress", IF(COUNTIF(CHILDREN(), "On Hold") > 0, "In progress", IF(COUNTIF(CHILDREN(), "In progress") > 0, "In progress", IF(COUNTIF(CHILDREN(), "Completed") > 3, "Completed"))))
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/ -
Thank you Amit Wadhwani
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!