Formula help please
Hi, first time posting so fingers crossed someone can kindly help?
I would like a parent cell to auto populate,
I have 3 children cells below, the options for the children cells are "not Started or "Done"
I would like parent status to read "in progress" if 1 or 2 of the children cells are done and read "done if all 3 children cells are done.
Thank you for anyone that can help
Dave Mac
Comments
-
This formula goes a little bit beyond your request, but I hope satisfies.
=IF(COUNT(CHILDREN()) = COUNTIF(CHILDREN(), "Done"), "Done", IF(COUNT(CHILDREN()) = COUNTIF(CHILDREN(), "Not Started"), "Not Started", "In Progress"))
This will count ALL children (not only 3). If all are "Done", then the parent is "Done". If all are "Not Started", then the parent is "Not Started". Otherwise, the parent is "In Progress".
I hope this helps.
Craig
-
Hi Craig,
That is brilliant thank you and works a treat. Really struggling to get my head around formulas at the moment but quite new to Smartsheets. your help is greatly appreciated.
Thanks again
Dave
-
I am glad it helped.
Craig
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives