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

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    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.

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!