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.
-
Help Article Resources
Categories
Check out the Formula Handbook template!