I'm trying to count rows that do not have a date value added in a date column. The right answer is 5, but when I use the following formula, I'm getting 177:
=COUNTIF({Approval Date},"")
I've also tried the following with the same results:
=COUNTIF({Approval Date},ISBLANK(@cell))
Any clues?