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
- 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!