Trying to tally a column within a set of results
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
Best Answer
-
Your syntax is off. The SUMIFS function requires the range to be summed first followed by the "filtering" range/criteria sets.
Answers
-
You would use a SUMIFS.
-
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!