COUNTIFS formula with multiple criteria

gmarconette
edited 12/09/19 in Smartsheet Basics

Hello,

I've been having trouble with a formula to find out if new instructors (I also have returning instructors on the spreadsheet) attended a conference.  Here are the details.

I want to count column 6 "attended conference" when checked, only if column 3 "new instructor" is also checked.

I've tried several variations but can't seem to get this one!

Thanks,

Tags:

Comments

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

    Hi,

    Try something like this.

    =COUNTIFS([Attended Conference]:[Attended Conference]; 1; [New Instructor]:[New Instructor]; 1)

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

    =COUNTIFS([Attended Conference]:[Attended Conference], 1, [New Instructor]:[New Instructor], 1)

    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 weekend!

    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.