Counting entries

A

alexm999

Doesn't seem to work. I've adapted it to suit me using B10:B:9999 and i
counted 1248 entries
 
S

scott

Did you try this? =COUNTA(B10:B9999)

Are the cells actually blank, or is there something in the cell like a
space?

=ISBLANK(B17) ( put a cell that appears to be blank in the formula and
it will either show true if blank, or false if something is in the cell)
 
Top