Need a formula to count how many of each Support Type is assigned to each Assignee.

For example, for the DFM/DDFM Support Type, I would like to know that there are:
Communication:
(1) Ashley Pierce
(1) Tanner May
Proposal Review:
(1) Alexa Briggs
(2) Ashley Pierce
Best Answer
-
Thank you so much!!!!
Answers
-
Try something along the lines of...
=COUNTIFS([DFM/DDFM Support Type]:[DFM/DDFM Support Type], "Communication", [Assigned To]:[Assigned To], "Ashley Pierce")
-
Thank you, that's perfect! Now what if I wanted to also include Service Provider Support Type?
For example, per the above:
Communication:
(1) Ashley Pierce
(2) Tanner May
(1) Alexa Briggs
Is that possible?
-
You would create a second COUNTIFS to look at the second column and then add the two together.
=COUNTIFS([DFM/DDFM Support Type]:[DFM/DDFM Support Type], "Communication", [Assigned To]:[Assigned To], "Ashley Pierce") + COUNTIFS([Service Provider Support Type]:[Service Provider Support Type], "Communication", [Assigned To]:[Assigned To], "Ashley Pierce")
-
Thank you so much!!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 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!