Sum of All Children of parents where Parent is of certain type
Hello,
I am trying to figure out a formula to sum all the children under a certain parent, where parent type = bug. I have a raw sheet which gives me a certain raw data as in the image below. I do not want to sum those children whose parent is of type story. Can someone please help? Below is just a sample sheet.
Thanks in advance!
Answers
-
Hi Shrikant.
Suggestion from my side is to use additional column which you can hide.
Helper column formula: =IF(PARENT(Type@row) = "bug", 1, 0)
Total calculation: =SUMIF(helper:helper, 1, [Time Spend]:[Time Spend])
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!