Help with COUNTIFS Formula

FactionPMO
edited 12/09/19 in Formulas and Functions

I'd like to count if the priority = high and the status = final version

In other words, what is the total number of rows that equal both high priority and final version?

 

 

Capture_1.JPG

Comments

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭

    Hi,

    Try something like this.

    =COUNTIFS(Priority:Priority; "high"; Status:Status; "final version")

    The same version but with the below changes for your and others convenience.

    =COUNTIFS(Priority:Priority, "high", Status:Status, "final version")

    Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.

    Did it work?

    I hope that helps!

    Have a fantastic week!

    Best,

    Andrée Starå

    Workflow Consultant / CEO @ WORK BOLD

    work-bold

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!