how to automatically sum columns and rows in a template

S

Susan

I'm a novice with Excel. I am using Excel 2002 and want to create a simple
template. I need it to automatically fill in the sum of certain columns and
rows as each cell is filled in. Can someone explain how to do this? Please
reply in plain English, because I will not understand programming language.
If I am posting in the wrong forum, I'd appreciate a suggestion as to where I
should post.

Thank you very much.
 
J

JE McGimpsey

One way:

Say you want to sum A1:A10 whenever any cell in that range contains a
numeric value:

=IF(COUNT(A1:A10),SUM(A1:A10),"")
 

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