Sign in to join the conversation:
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!
Hi All, I have a project plan with a column called "Owner" that has a column type of contact list. The contacts are from multiple companies. It's a large project plan. I have created columns that have a column type of checkbox. I want to check the box if the owner is from a certain company (which can be determined by the…
Hello, I am trying to use JOIN-COLLECT to populate a cell with a contact by pulling from another sheet. However, when I use this formula it populates the cell with the name of the contact as a text string, but does not populate the cell with the contact itself. Both the column of cells being populated and the column the…
Hello Community, I need to create a report that shows capacity by month. My sheet tracks resource allocation on projects with resource start and end dates. (We can't afford the Resource Management module so we're doing it in Core SS). I've been asked to do a "heat map" of sorts where each column is a month. For each row…