Using COUNTIFS with CONTAINS as a Criterion

Options
Brian McElligott
Brian McElligott ✭✭✭✭
edited 06/23/25 in Formulas and Functions

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?

Tags:

Best Answers

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!