I've been able to figure out how to SUM children under parents, but is there a way to SUM just the parent rows?
For instance:
NAME NUMBER
Parent: 10,000
Child: 10
Child: 10
Parent: 10,000
Child: 10
SUM (Parent only): 20,000
I'd like to do this without selecting each cell if possible so it'll update whenever new Parent rows are added.