Countifs multiple fields and values

Options

I"m trying count projects that are in IT Org (column) and are in project states (column) of New, Awaiting Endorsement, Project Analysis, Financial Review, ITSC Approval.


COUNTIFS{IT Org Sheet Reference}, "IT", [{Project State Sheet Reference}, "New"...??How do I do counts of all other project states?

Best Answers

  • Molly Sudmeier
    Molly Sudmeier ✭✭✭✭
    Answer ✓
    Options

    =COUNTIFS({IT PPM Range 3}, "IT", {IT PPM Range 2}, OR (@cell ="New", @cell = "Awaiting Endorsement", @cell = "Project Analysis", @cell = "Financial Review", @cell = "ITSC Approval", @cell = "Postponed", @cell = "Long Range Planning"))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!