I'm working on a project sheet with dozens of Parent rows, each with a various amount of Children, ranging from one to over twenty. I have a user inputted column to assign known work hours needed for each Child's job, and am trying to create an independent running total for each Parent/Child group. This will allow me to more accurately stagger job start schedules.
The SUMIF function tallies a running total, but for the entire column. Does anyone know, is it possible to apply the SUMIF function independently to Parents and Children?
For example, if Parent #1 has Children with the following work hours, 5, 8, 4, 2 --> I'm looking for this to be tallied as a running total, within that group, as, 5, 13,17, 19.
Then if Parent #2 has Children with the following works hours, 1, 2, 3, 4, 5, 6 ---> I'm looking for this to be tallied as a separate running total, within that group as, 1, 3, 6, 10, 15, 21.
This would then need to continue, restarting for each Parent/Child group.
Does anyone know if this is possible and if so, how I can do this? I'm very perplexed on this one. Thoughts?
Thank you in advance for any help. Stay well, Tamara