Count Multi-Select with conditions
I have a ongoing sheet with Clients (Single Select Dropdown) and Tests (Multi-Select Dropdown). I'd like to know the ongoing total of Tests selected per Client. I can't seem to figure out if this is a combination of Countifs and CountM or if I should use Collect, Has, Contains. I know this is simple I just can't put it together.
See pictures below:
I'm making a metrics sheet where I'd like to show the data as follows:
Any help would be greatly appreciated.
Best,
Jake
Best Answer
-
Try this:
=COUNTIFS({Client}, @cell = $[Primary Column]@row, {Product}, HAS(@cell, [Column2]$1))
Drop that in the top left corner that needs a count in it then dragfill down and to the right.
Answers
-
Try this:
=COUNTIFS({Client}, @cell = $[Primary Column]@row, {Product}, HAS(@cell, [Column2]$1))
Drop that in the top left corner that needs a count in it then dragfill down and to the right.
-
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!