Count if with 3 criteria

MegBurns23
MegBurns23 ✭✭✭
edited 04/17/23 in Formulas and Functions

Hi All,

=COUNTIFS({SGS NPI Tracker Range 1}, "Tooling", {SGS NPI Tracker Range 2}, "Not Started", {SGS NPI Tracker Range 4}, [Material #]@row)

This is not pulling in a count with the three criteria:

Tooling

Not Started

And referring back to the Material # in the first column of the same sheet.

Any insight


Best Answer

  • Paul M Kahl
    Paul M Kahl ✭✭✭✭
    Answer ✓

    If I'm reading this correct, you are counting Material numbers. If correct, the range to count needs to come first in the formula...

    =COUNTIFS({SGS NPI Tracker Range 4}, [Material #]@row, {SGS NPI Tracker Range 1}, "Tooling", {SGS NPI Tracker Range 2}, "Not Started")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!