Sum a column associate with children
tgattsh
✭✭✭✭✭
I have the following layout, and I am trying to sum the "Ordered QTY" column for all children within each parent in a helper column so I can verify that amount with the parent "Ordered QTY". Any help would be appreciated and thank you very much…
Tags:
Best Answer
-
You would use
=SUM(CHILDREN([Ordered QTY]@row))
Answers
-
You would use
=SUM(CHILDREN([Ordered QTY]@row))
-
I think you have the data you want (summed children in the Ordered Qty). You could use this formula in the new column to only show parent row data:
=IF(COUNT(CHILDREN([Primary Column]10))>0,
[Ordered Qty]@row"")
-
@Paul Newcome As usual, a big thank you…
-
Happy to help. 👍️
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!