countifs from a multi-select to count two items
I have a multi-select field with 3 items (ex: A, B, C). I want to be able to get a count for 1) cells with A and B and 2) cells with all (a, b, c). Running into trouble.
I've tried: =COUNTIFS({acct type}, "Signed Account", {Product}, "Zonehaven" + COUNTIFS({acct type}, "Signed Account", {Product}, "GEM"))
Answers
-
Hey @Tammi C
Not clear what your a,b,c items are but I'm guessing it's the Zonehaven, GEM and some other item. You can alter the formulas below to get what you need.
=COUNTIFS([acct type]:[acct type], "Signed Account", Product:Product, AND(HAS(@cell, "Zonehaven"), HAS(@cell, "GEM")))
=COUNTIFS([acct type]:[acct type], "Signed Account", Product:Product, AND(HAS(@cell, "Zonehaven"), HAS(@cell, "GEM"), HAS(@cell, "C")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 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!