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!