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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!