I'm trying to string together a long Countif and I'm having trouble with the last criteria. I'm trying to make sure that the cell in column L:L is not blank. This is basically the same as the counta function except that it needs to be applied within the context of all the other criteria. I thought that "<>""" might work, but it does not seem to. Neither does NULL or EMPTY. Any help?
![]()
=COUNTIFS(DATA!I:I,A4,DATA!G:G,"No",DATA!A:A,"*" & "2" & "*",DATA!C:C,"initial Review",DATA!L:L,"<>""")
Bookmarks