Children reporting to parent - Checkbox and checking status
Hi guys!
I'm having a hard time figuring this out.
I've tried to copy and edit all the formulas in this forum, so now I'm just asking the pro's.
Two questions:
- I need to have the cell marked 1. on the picture check the children cells. If they are S5 it shoud say S5. If it's not (S0, S2...) it should say 0 (or blank). Mark nr. 2. should say S5 in this example.
- Mark 3. I would like to follow the children checkboxes. So that when all the children checkboxes(Red arrow) is checked, the parent one will automatically be checked.
I know this is simple. And I have done it before. But I'm going mad trying to remember.
Thanks!
Regards Rune
Answers
-
So...
1: Use this formula:
=IF(COUNTIFS(CHILDREN(), "S5")>=1, "S5", 0)
2: You need that:
=IF(COUNTIF(CHILDREN(), 1) = COUNT(CHILDREN(), 1, 0)
Hope it helped!
-
Hi David!
Thanks for the try. But it did not quite do the trick, I'm affraid.
See the screenshots.
- It recognizes the S5's. But turn the parent cell to S5 as soon as one of the children changes to S5. I need it to tell me when all the children are S5.
- "Incorrect argument set" is the feedback I get from this formula.
And this leaves me as lost as I was :)
Any more ideas? Or someone else want to try?
Rune
Help Article Resources
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
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!