
SUMIFS Function | Smartsheet Learning Center
https://help.smartsheet.com/function/sumifsAdds numbers within a range when all given conditions in their respective ranges are met.
Hello. I've successfully pulled a my results using the formula below. Now I need to include another column to get a tally of the total minutes worked for these specific results. Can I do this in one statement?
=COUNTIFS([Project/Other Type]:[Project/Other Type], "Workshop/Professional Development", Phase:Phase, "Archive", [ID Tier]:[ID Tier], "Primary 1")
Here is the new column
Your syntax is off. The SUMIFS function requires the range to be summed first followed by the "filtering" range/criteria sets.
I'm getting the Incorrect Argument Set error.
This is what I'm trying:
=SUMIFS([Project/Other Type]:[Project/Other Type], "Workshop/Professional Development", Phase:Phase, "Archive", [ID Tier]:[ID Tier], "Primary 1", [Total Minutes Worked]:[Total Minutes Worked])
I've tried < and after total minutes worked and still the error. What am I missing?
Your syntax is off. The SUMIFS function requires the range to be summed first followed by the "filtering" range/criteria sets.