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 need a formula that says, if the "Complete?" box is checked, was the date in the Actual Completion column on (or before) the date in the Finish column.
I feel like this should be super simple but I am just not getting it right. Based on Frequency: Daily, weekly, monthly I want to change the next due date This will be calulated from Created column and +1, 7, 30 etc added. It works single instance =IF(Frequency@row = "Daily", Created@row + 1) but as soon as I try to write…
I have a sheet summary report on a dashboard and oftentimes the values will not update unless I go into the source sheet and manually save the updates. For example, the WEEK TIME OFF value often will not update week-to-week unless I go into that contact's sheet and save. I have tried adding a daily Chron automation…