Other than SUM(CHILDREN()), what's another way to include newly added rows into formulas?
My scenario is this: I have a parent with multiple children, and new children are guaranteed to come in. I want to sum a column based on the condition of another column. How can I use the SUMIF to include newly added rows without editing the formula every time a new row is added?