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.9K Get Help
- 429 Global Discussions
- 146 Industry Talk
- 485 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 73 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!