I have a multi select list column in Sheet 1, containing campuses. In sheet two I am trying to get a count of how many times each campus is listed in the campus column in sheet 1. Here is my current formula:
=COUNTIFS({Event Campus}, CONTAINS("Cypress", {Event Campus}))
The results are always "0" for each campus.
Given that the campus column in sheet 1 is multi select, I can not use just a text string for the criterion in the COUNTIFS formula (this would only count the instances where only the text string is listed in the campus column in Sheet 2).
Thoughts?