<tbody>
[TD="class: votecell"]
[/TD]
[TD="class: postcell"] Hello. I'm trying to write a formula that would achieve the values in the "Parent SUMs" column, but it's proving a bit of a challenge. Essentially, my goal is to sum all "children" or sub-level values under each "parent" (including the value that resides with that "parent"). To clarify, only the children directly nested underneath each "parent" should be summed together. Same-level children belonging to other "parents" would be excluded.
Thank you for the help!
-AK
[/TD]
</tbody>
[TABLE="class: grid, width: 227"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Level
[/TD]
[TD]Level Value
[/TD]
[TD]Parent SUMs[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD]85[/TD]
[TD]552[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]15[/TD]
[TD]168[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]18[/TD]
[TD]128
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]45[/TD]
[TD]110[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]20[/TD]
[TD]65[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]45[/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]85[/TD]
[TD]299[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]60[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]27[/TD]
[TD]112[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]85[/TD]
[TD]85[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]42[/TD]
[TD]42[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]51[/TD]
[TD]218[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]26[/TD]
[TD]26[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]89[/TD]
[TD]141
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]52[/TD]
[TD]52
[/TD]
[/TR]
</tbody>[/TABLE]