Countifs multiple text in a row

I am trying to count "YES and "N/A" in the same row in 11 I can get the =COUNTIFS([Pole Spotted ]@row:CLIPPED@row,"YES", to work Fine but I also need it to count the N/A I know this is probably simple but I am lost

Best Answer

  • DavidMMM
    DavidMMM ✭✭✭
    Answer ✓

    You just need 2 COUNTIF (no S) and add them together.

    =countif([Pole Spotted ]@row:CLIPPED@row, "Yes") + countif([Pole Spotted ]@row:CLIPPED@row, "N/A")

    COUNTIFS with the S works if you are collecting multiple criteria across multiple ranges. It wouldn't work here because it would look to validate both Yes and N/A in the same cell which clearly does not work.

    Does this work out for you now?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!