I just did this because (IF(ISBLANK)) formulas:
=COUNTA(range)-COUNTBLANK(range)
So, something like: =COUNTA(A1:A100)-COUNTBLANK(A1-A100)
This will give you an accurate count.