Hey There~
I'm trying to count how many of my tasks are being completed late and I'm struggling to do this.
Here's what I got:
Here is the formula:
=COUNTIF([Completion Dates]:[Completion Dates], >[Due Dates]:[Due Dates])
This returns zero but I want it to return three. However, =COUNTIF([Completion Dates]1, >[Due Dates]1) returns one.
I've tried variations of @cell but still no dice.
#SOS
