Hello, I am running into an "incorrect argument" result. I have a sheet and am using data from another sheet to pull information and add it together. I am trying to reference three columns in the first sheet: column
one is total cost, two is fiscal quarter (Q1, Q2, Q3, Q4) and three is last name.
My goal is to total in the cell the amount of
dollars from the first sheet based on which quarter it is and last name (so only adding the total value of the cost if in Q1 for X person with a certain last name).
I am using the following formula and keep receiving incorrect argument and am not to sure where I'm getting this wrong. Should the range with the dollar values have additional information?
=SUMIFS({FY26 External Sponsored Programs Activity Range 1}, "Q1", {FY26 External Sponsored Programs Activity Range 6}, "Ang", {FY26 External Sponsored Programs Activity Range 5}, >1)