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