Countifs function for multiple criterias

Hi everyone,

I tried finding help on the forum but was unsuccessful. I hope you can help! I have a column for Type of projets and another column for Phase of project. I want to have the total number of projects that are: 'Tech Transfer X' & 'Tech Transfer Y' in column Type but excluding the 'Not Initiated' projects in column Phase.

What formula should I use?

Thank you for your help! I really need this to complete my dashbaord.

Best Answer

  • ker9
    ker9 ✭✭✭✭✭✭
    Answer ✓

    Hi @ebaho

    Please see if this formula works for you:

    =COUNTIFS(Type:Type, OR(@cell = "Tech Transfer X", @cell = "Tech Transfer Y"), Phase:Phase, <>"Not Initiated")

    Hope this helps!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!