Hi,
I have a column that is a multi-select with contact options and I'm trying to create a formula that Counts the amount of times a person's name shows up in that column AND also matches the entity name selected in another column (single select).
I have two separate formulas but I can't seem to combine them the right way... help?
=COUNTIFS({Recruiter}, (FIND("Jane Doe", @cell) > 0), {Division}, "Entity Name")
=COUNTIFS({Recruiter}, "Jane Doe", {Division}, "Entity Name")