I have Sheet 1 (uploaded as Sheet 1 Overview) whose overview is shown as having hierarchy where some of the parent rows (in the Process column) contain the word "Hours". Within the expansion of the "Hours" parent row (uploaded as Sheet 1 Section A and Sheet 1 Section B), I have multiple rows that contain Terms in the Term column and various partners in remaining Columns. The intersection of each Term/Partner column contains a cell with an aggregated number of hours pulling from different sheets within a process. I then have Sheet 2 (uploaded as Sheet 2 Overview) where I would like to create a formula in the matrix of all cells that would summarize data collected from children rows of each parent containing "Hours" in Sheet 1, my matching the Terms in term@row and partner name (i.e., AVE NOR) in columns.
My current matric formula in Sheet 2 Overview is with all formula parts pulling from Sheet 1 Overview:
=SUM(COLLECT(CHILDREN({AVE NOR}@row), CHILDREN({BPO Process Tracker Payroll Process}@row), CONTAINS("Hours"),CHILDREN({BPO Process Tracker Payroll Term}@row), Term@row, 1))
but I am getting an #UNPARSEABLE error and I am having trouble defining the issue or another formula method to accomplish my end goal. Any help would be appreciated. Thank you!