Hello Community,
I am trying to get a cross sheet SUMIFS working and I am stuck on something in the syntax. I can get the exact SUMIFS to work within a sheet but when I try to create the SUMIFS on a summary sheet I get #unparseable. I am sure it is right in front of my face but I can't seem to fix it and I haven't found any others in the forums with this issue.
This version works within source data sheet. The Resource1 in this formula is for my testing and it is a cell I entered to build the formula but I want it to ultimately use cell on the summary sheet in the version below.
=SUMIFS(Hours:Hours, Resource:Resource, CONTAINS($Resource$1, @cell), Billable:Billable, "Yes")
This is the version I have in the summary sheet and it is referencing the Resource Name on the summary sheet as desired but the formula is not working.
=SUMIFS({Project Time Tracking Range 2}, {Project Time Tracking Range 3}, CONTAINS([Resource Name]@row), {Project Time Tracking Range 4}, Yes@row)
Goal: I want a formula on the summary sheet that sums the hours column in the source data sheet if it is coded as billable=yes and if the name matches a cell in the summary sheet on the same line as the formula.
What am I missing? Any help would be greatly appreciated!
Summary sheet example
Source sheet example: