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!!!!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!