COUNT Function

S

SiH23

I need to calculate the number of cells containing data within the range
B2:B65536. Will the Count function do this? There will be blank cells
present. How do you get a function to reculate itself once additional data
has been added?
 
S

ShaneDevenshire

Hi,

Two formulas
=COUNTA(B2:B65536)

or

=COUNTIF(B2:B65536,"<>")

If these help click the Yes button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top