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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!