Summarize Issues Resolved Last Month by Assignee

I want to summarize the # of tickets completed last month broken down by assignee. I know the formula to bring back the # of resolved tickets, but what formula would I use further break it down by assignee?
=COUNTIFS([Resolved Date]:[Resolved Date], IFERROR(MONTH(@cell), 0) = MONTH(TODAY([Issues Resolved Last Week]#)), [Resolved Date]:[Resolved Date], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
For example if Person 1 completed 2 tickets and Person 3 completed 5
Answers
-
You would add another range/criteria set the same way you have done the date range/criteria sets.
=COUNTIFS([Resolved Date]:[Resolved Date], IFERROR(MONTH(@cell), 0) = MONTH(TODAY([Issues Resolved Last Week]#)), [Resolved Date]:[Resolved Date], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()), {range}, critera)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!