How to, number of entries

S

SS

In cells C31 : F55 I have entries of either a value or a word or blank.
In cell Q39 I want to have the total number of entries for those cells.

So if 40 entries are made then the total to be 40, meaning it does not count
the blank cells.

Is there a simple formula for doing this.

thank you.
 
C

Claus Busch

Hi,

Am Thu, 15 Jul 2010 21:00:42 +0100 schrieb SS:
In cells C31 : F55 I have entries of either a value or a word or blank.
In cell Q39 I want to have the total number of entries for those cells.

=COUNTA(C31:F55)
or
=100-COUNTBLANK(C31:F55)
(C31:F55 are 100 cells)


Regards
Claus Busch
 
S

SS

Claus Busch said:
Hi,

Am Thu, 15 Jul 2010 21:00:42 +0100 schrieb SS:


=COUNTA(C31:F55)
or
=100-COUNTBLANK(C31:F55)
(C31:F55 are 100 cells)


Regards
Claus Busch

Thank you Claus that worked perfectly.
 

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