Count the number of times a person's name appears in an "Assigned To" column

I currently use the below formula to count the number of times a name appears in the "Assigned To" column. The issue is that this column can have multiple names in the same cell, so I have to created a separate formula for every possible name combination. Is there a way to have a formula that looks for a name string and counts the number of appearances?

Request Tracker Range 9 - is a contact list column named "Assigned To"

Request Tracker Range 6 - is a drop down column named "Status"

=COUNTIFS({Sheet - Request Tracker Range 9}, Category@row, {Sheet - Request Tracker Range 6}, AND(@Cell <>"Closed", @cell<>"Cancelled"))

Tags:

Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    Assuming the Assigned To is a multi-select contact type column, I would suggest:

    =COUNTIFS({Sheet - Request Tracker Range 9}, HAS(@cell, Category@row), {Sheet - Request Tracker Range 6}, AND(@cell <>"Closed", @cell<>"Cancelled"))

    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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!