I am struggling with my formula.
I have a helper column that identified Parents (1) and Children (empty)
I have a column that contains a value for all children,
I like to create a column formula that always provides a total of all children values at the parents row (yellow) when the parent has children.
My formula has an error:
=IFERROR(IF([Helper Column]@row = 0, SUM(CHILDREN([Weight / Story Points]@row), "")))
Thank you for the guidance