Hello,
I am working on an ever expanding project timeline that has 100's of parent tasks that flow into potentially up to 10+ levels of parent tasks, with children tasks at every level. Given the granularity of the task management and the timeline being outwardly facing, "=sum(children())" is used on every parent task to keep high level cost analysis for those viewing.
I am trying to show cost by task end date quarter projecting out the project's lifetime for the entered costs of the children tasks on a separate sheet.
We can refer to the sheets as 1 (bulk data) & 2 (summary of costs), and the IF criteria as Q (End Date Quarter) & C (Task Cost) (which names are shared between sheets for simplicity). In sheet 2 I use "=sumifs({1C},{1Q},=$[2Q]@row)" which gives me a sum of all the cost that match that end date quarter. I need to edit the formula to only sum children task costs.
Is there a way to exclude parent tasks? If not, is there a way to only sum parent tasks, that way I can subtract by the parents' sums?