Counting non-blank cells

  • Thread starter Thread starter Kathryn Bittman
  • Start date Start date
K

Kathryn Bittman

I need a simple formula to count non-blank cells. The
cell data is numerical and I need to exclude the header
row.

I am doing a SUM function for 1 part of my information
(total hours for category), but now need to how many
entries per category.

Any help would be greatly appreciated!
 
I need a simple formula to count non-blank cells. The
cell data is numerical and I need to exclude the header
row.

I am doing a SUM function for 1 part of my information
(total hours for category), but now need to how many
entries per category.

Any help would be greatly appreciated!

Do you want to count non-blank cells? Or do you want to count numbers?

If the latter, then COUNT(rng) will do.

If the former, then COUNTA(rng) will do.

See HELP for further info.


--ron
 

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

Back
Top