Multi-part formula with multi select field using references issue

Options

Hello-

I am trying to write a formula that includes sheet references, and two conditions. I need to count the number of students in each category and how many of those students chose a specific availability time from a multi-select drop-down menu. This is what I came up with but doesn't work.

=COUNTIFS({Student Type}, "University Student", AND(HAS({Student Availability}, "Monday AM")

Can someone please help?


Thank you!

Kimberly S. Slavsky, MPAcc, MS (She/Her)

Operations Principal Professional |Department of Psychiatry

University of Colorado Anschutz Medical Campus

CU Anschutz Staff Council Vice Chair

University of Colorado Staff Council Vice Chair

Tags:

Best Answer

Answers

  • Anson Cheung
    Anson Cheung ✭✭✭✭
    Answer ✓
    Options

    Hi Kimberly, try this.

    =COUNTIFS({Student Type}, "University Student", {Student Availability}, HAS(@cell, "Monday AM"))

    --Anson

  • Kimberly Slavsky
    Options

    That worked. Thank you!!!

    Kimberly S. Slavsky, MPAcc, MS (She/Her)

    Operations Principal Professional |Department of Psychiatry

    University of Colorado Anschutz Medical Campus

    CU Anschutz Staff Council Vice Chair

    University of Colorado Staff Council Vice Chair

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!