Count Row as 1 IF 2 columns contain data

If the first 2 red columns contain data, I want SmartSheet to count the row as a total of 1 and drop the info in another cell. I've tried a few different formulas, but am not having success. It's returning a 2 and I expect it to return a 1.

Best Answer

  • DKazatsky2
    DKazatsky2 ✭✭✭✭✭✭
    Answer ✓

    Hi @hmcontois,

    Give this a try.

    =COUNTIFS([Appropriate reports present]16:[Appropriate reports present]49, NOT(ISBLANK(@cell)), [Sample report printed]16:[Sample report printed]49, NOT(ISBLANK(@cell)))

    Hope this helps,

    Dave

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!