How can count items in a multi-select column?

I have a project sheet with status and a multi-select column that lists the area(s) each project is for.

I have created a metrics sheet to calculate the number of projects per status per department, however, the columns that have more than one department listed is not being counted. What I am looking for is something like this:

Best Answer

  • Carson Penticuff
    Carson Penticuff ✭✭✭✭✭✭
    edited 01/07/25 Answer ✓

    I'm not sure of your sheet names or cross sheet reference names, but this is the general idea. This will give you "Student Services" projects that are in progress.

    =COUNTIFS({Source Sheet | Area}, HAS(@cell, "Student Services"), {Source Sheet | Status}, "In Progress")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!