Counting entries

A

alexm999

I have a bunch of names in coloumn B that i'd like counted. I manuall
counted all of them and it came out to 574 entries. When i use Count o
Countif it tells me I have 779 entries.
I'm doing something wrong. Can someone tell me what the correct verbag
is to count all entries in coloumn B.
Also, i will be adding an entry or 2 every day so i need the count t
update automatically
 
K

kkknie

I used this to count all non-blank entries:

=COUNTIF(F4:F8,"<>""")

Note that there are three double-quotes after the <> sign.
 
Top