Hi all,
I need help on this formula...
=COUNTIF(F3:F12,"<=2")
it is counting everything less than or equals to 2, but it's also including the BLANK Cells within its range.
Coincidentally, this formula does the same thing...
=COUNTIFS(F3:F12,"<=2",F3:F12,"=0")
what do i need to add/omit/change so that it does not include the blank/null cells?
any help is greatly appreciated. ^_^
Bookmarks