Counting Values in a Multi-Value Cell

I'm trying to count single values in a cell with 29 other values and filter them by another multi-value cell. For example if "A" is among the selections in column X, and "Execution" is among the selections in column "Y" then that would be counted as 1 under the "Execution" column associated with row "A"

Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer βœ“

    You would need to incorporate the HAS function.

    =COUNTIFS({Source Sheet Column X}, HAS(@cell, [Primary Column]@row), {Source Sheet Column Y}, HAS(@cell, "Execution"))

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer βœ“

    You would need to incorporate the HAS function.

    =COUNTIFS({Source Sheet Column X}, HAS(@cell, [Primary Column]@row), {Source Sheet Column Y}, HAS(@cell, "Execution"))

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!