Formula

Options

I have tried multiple formulas. I am trying to count how many "Assigned" are "Status" (completed, not started, In Progress). I am trying to do this by the person in The Assigned. So, Angie has (2 Not completed, 3 In progress). Can someone help with this.


Answers

  • Nic Larsen
    Nic Larsen ✭✭✭✭✭✭
    Options

    It would be something like this:

    =COUNTIFS([Assigned (Action Item#1)]:[Assigned (Action Item#1)], [Assigned (Action Item#1)]@row, [Status #1]:[Status #1], OR(@cell = "Completed", @cell = "Not Started", @cell = "In Progress"))


    You can change this part after the 1st comma [Assigned (Action Item#1)]@row to just a person's name "Name" if that is easier.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!