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
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 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!