Countif not blank

D

Darby

I would like to count a the number of cells in a range that are not blank.
=countif(a1:a14,"<>""") includes blank cells in its results.

I checked to see if the cells were actually blank by using
=countif(a1:a14,""),which counted the blank cells correctly.

Anybody got any ideas?

Thanks
 
Top