Hello Community,
I'm trying to get a sum of children cells if a checkbox in another column is checked.
For instance, if Column A has row 1 checked, I want the Column 10 row 1 counted as part of the sum.
Hi Craig,
Try this.
Formula: =SUMIF(CHILDREN(If@row); 1; CHILDREN([Total Test]@row))
Please see the attached link/screenshot for more information.
Sum children if checkbox is checked
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Andree,
Thank you so much. This worked wonderfully!
This is the formula that worked for me.
=SUMIF(CHILDREN(If@row), 1, CHILDREN([total test]@row))
Great!
Happy to help!
I am trying to populate a column from Sheet A into Sheet B and Sheet C. My Lookup column for Sheet A is formatted as such so there is a ' in front to account for ones that have a leading 0 and some do not. Each ID should be 6 digits long. I made a helper column looking at this Dealer ID column to try and get rid of that…
am I able to separate this into multiple rows? in a new sheet? Desired Result -
I would like to parse out this data by creating a listing with a row for each person, for each project they appear on, for each month. I think this would only give me the groupings anyways, but this doesnt seem to even get me started - it popped up then people have disappeared.