Excel: How to sum filled fields?

Solved
Pierre -  
 SameVeil -
Hi!

I made a table in Excel, and I would like to get the total of a column two rows below the same column. But the result I want is the number of filled fields; in this column, there are rows where I haven't entered any values.

Do you know a formula (maybe IF or SI?) that can count the number of fields with values, whatever they may be?
I'd be very pleased if you have an answer for me.
THANK YOU IN ADVANCE. @+ Pierre.

10 answers

  1. Jack
     
    Hi

    Does this formula work for you?

    =ROWS(C1:C8)-COUNTA(C1:C8)
    31
    1. satfrick
       
      Great, that's the formula I was looking for! THANK YOU!!!!
      0
    2. konkee
       
      THANK YOU!!! I was also looking for this solution!
      0