SmokeEater
Technical User
I am trying to get a count of column F where it has a date of 31-Dec-2005 and where column E is blank. I thought this formula would do the trick
The only result I get is 0, there are 39 occurances, I counted them the old fashioned way, one at a time.
Code:
=COUNTIF(Tasks!F:F,AND(Tasks!E2:E147=DATEVALUE("31-dec-2005"),ISBLANK(Tasks!F2:F147)))
The only result I get is 0, there are 39 occurances, I counted them the old fashioned way, one at a time.