ADD not EMPTY CELLS

F

Fernando Duran

Hi, I have this idea, to count not empty cells, and to report the
result to another cell.
Every time a user enter a value in cells g2 to g9, that cell count as
one, if it's not empty, is equal to zero.
I don't want to add the value in the cells, instead, for every not
empty cell, add a value of one, that's means, if 8 cells. is the user
fills 5 cells, I need that five to show for example, cell c2.
It's that possible without using macros?
 
B

Bob Phillips

=COUNTA(G2:G9)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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