Count if a cell is blank / not blank

aecross
aecross ✭✭✭✭
edited 06/07/23 in Formulas and Functions

I'm trying to create a formula to help show when tasks are past due.

Basically, I want to count cells where Range 32 is NOT blank (or is a date) and where Range 31 is blank (or is not a date, as it has not been filled in yet).


I don't think this format is correct at all, but I'm struggling on where to go next.

=COUNTIFS(NOT(ISBLANK({Range 32})), AND(ISBLANK({Range 31}))


I appreciate any and all help!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!