Sign in to join the conversation:
How would i add the children rows, that has the below sum?
Grandparent - SUM???
Parent - ="Total: " + COUNTIF(CHILDREN(), 1)
Child - Tick box
Hope this makes sense.
Hi Sharon I am going to take a stab at this one. Are you trying to get the sum and counts of checked children? In this case the grandparent will show the sum of checked children, and the parent will show the count of checked children? If so:
Grandparent:
=SUMIF(CHILDREN(CheckParentRow), 1, CHILDREN(AmountParentRow))
Parent:
=COUNTIF(CHILDREN(CheckParentRow), 1)
Hope that helps.
Yes that is what i was asking. Thank you so much. ...
Sorry yes, but what if you have multiple parent lines with the following sum,
="Total: " + COUNTIF(CHILDREN(), 1)
How do you count a cell that reads Total: 2, Total: 1 Total: 5 = 8
See attached image
Simply sum of the children. SmartSheet respects nesting and the relationship, so it will not consider grandchildren if you are looking for a sum of the parents.
I need the formula to get the text from the next row in a specified column. I am creating the formula in row 2 in a column named 'Next' and want it to bring back the data from column 'Test' in row 3. This is what I have tried so far but getting #unparseable error. =INDEX(Test:Test, row() , +1) =INDEX([Test]:[Test], row() ,…
I have a formula that is currently working (see below); I need to add a condition, from a specific Column (Study Status)-that if it equals a particular choice ("Study Ongoing - Follow up"), that it doesn't even bother looking at this formula and automatically turns the FLAG off. Furthermore, I'll need to have several…
Good day, I have a native plant nursery, and I am looking to determine the number of plants that are still in the inventory and which were acquired 6 months ago or more. So, a rolling SUMIFS maybe? Wanting to do this in the sheet summary, but open to other solutions that I can display in the project's dashboard.