I need a check box in a parent row to populate the same value in the same column in the child row
Answers
-
Are you able to provide a screenshot for context?
-
So I'd like the value of the check box on line 75 to automatically populate the check box on lines 76 and 77
-
Hi @Mary Ann
I hope you're well and safe!
Try something like this.
=PARENT()
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
I would suggest just a basic PARENT function like so:
=PARENT()
-
Th
at does work but I have about 3000 child rows within 700 parents and when you try and convert it to a column formula it doesn't work - I assume because it changes the parent properties as well.
-
Yes. Applying it as a column formula means that it will be in every cell of the column. You would need to manually apply it to all child rows and leave the parent rows empty, or you would need to set up a helper column where you can apply the formula and leave the manual entry column open.
-
oh that makes sense, so the helper column would work how?
-
You would insert a checkbox type column and then use something along the lines of...
=IF(COUNT(CHILDREN([Primary Column]@row)) = 0, PARENT([Manual Checkbox Column]@row), [Manual Checkbox Column]@row)
-
Thank you! I ended up using the =PARENT() on all rows and then going back to my parent rows and deleting the folrmula.
-
Excellent!
Happy to help!
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with the accepted answer/helpful, Insightful/Vote Up/Awesome. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!