I am trying to find a formula that will return a count of how many elements of a single cell match my criteria. I am thinking some combination of a Countif, CountM... something? But I can't quite get it.
Here's what I'm trying to do specifically:
I have a contact list column that allows multiple people from my entire department to be entered. I want to be able to count how many people from only North America are included in that cell.
My sheet has a column header called "Additional Team Members" which is multiselect. I have a reference sheet with a column called "North American Team Members" that lists all the items I am interested in counting.
Is there a function or string of functions that basically combines COUNTM and COUNTIF (or some other formula) such that the logic is essentially "if an element in this cell is X or Y or Z, count it" or "Count how many times an element in this cell matches this reference list"
I'm not a SmartSheet expert, so I greatly appreciate any help! Thank you!