How to count a value with multiple selections
I'm trying to count a value with multiple selections, but I can't seem to get the correct answer
here's the formula I've tried but none of it works.
=COUNTIFS([Resolution Action Taken]:[Resolution Action Taken], "Conversation with Employee", [Ticket Type]:[Ticket Type], "Client Service Escalation")
=COUNTIFS([Ticket Type]:[Ticket Type], "*Client Service Escalation*", [Resolution Action Taken]:[Resolution Action Taken], "Conversation with Employee")
Remarks: "Resolution Action Taken" (with multiple selection as column property)
Answers
-
Does this work:
=COUNTIFS([Resolution Action Taken]:[Resolution Action Taken], CONTAINS("Conversation with Employee", @cell), [Ticket Type]:[Ticket Type], "Client Service Escalation")
-
You're a genius @Nic Larsen! It worked!! thank you so much. 🤩
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!