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
-
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
- 67.4K Get Help
- 465 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!