Trying to sum range of children based on checkboxes
Hi everyone! Hope someone can help.
I am trying to total children in a parent row based on the checkboxes @ row.
Been at this for hours and have tried many different things, the last was "=SUMIFS(CHILDREN([Number of Affected Meters]3:[Number of Affected Meters]4, CHILDREN([Sales or MTS Notified Customer]3:[Sales or MTS Notified Customer]4,1))"
Any help would be much appreciated. Thank you...
Best Answers
-
We need to convert it into a text value since you are putting it in a checkbox column:
=SUMIFS(CHILDREN([Number of Affected Meters]@row), CHILDREN(),1) + ""
-
That worked. You're Awesome!
-
You would use my very first formula where we specify both columns within the CHILDREN functions or the SUM(CHILDREN()) you mentioned.
Then in the checkbox column parent rows you would use
=[helper 1]@row + ""
Answers
-
Try this:
=SUMIFS(CHILDREN([Number of Affected Meters]@row), CHILDREN([Sales or MTS Notified Customer]@row),1)
-
Thanks for your response @Paul Newcome but that resulted in a #Boolean Expected.
-
What I am trying to achieve is if the check box to the right of "12" is checked and the checkbox to the right of "3355" is checked, the parent row above the checkboxes would total 3367.
-
We need to convert it into a text value since you are putting it in a checkbox column:
=SUMIFS(CHILDREN([Number of Affected Meters]@row), CHILDREN(),1) + ""
-
That worked. You're Awesome!
-
@Paul Newcome I tried the same thing =SUM(CHILDREN()) + "" for the "BLUE" parent row but seem to be missing something. Any ideas?
-
Because you have converted the original numbers into text values, you can no longer sum them. You would need a helper column that stores them as numerical values and then reference that helper column.
-
@Paul Newcome you have no idea just how much I appreciate your help!
So you are saying to do (below)? Could you walk me through storing the numerical values?
helper 1 for "Sales or MTS", helper 2 for Captured Affected FN, and helper 3 for Captured RNI
-
You would use my very first formula where we specify both columns within the CHILDREN functions or the SUM(CHILDREN()) you mentioned.
Then in the checkbox column parent rows you would use
=[helper 1]@row + ""
-
That worked! I can't thank you enough...
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!