Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how to automatically sum columns and rows in a template

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.
--
Susan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default how to automatically sum columns and rows in a template

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),"")

In article ,
Susan .(donotspam) wrote:

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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting Columns/Rows Automatically BG Excel Worksheet Functions 4 February 10th 09 09:56 PM
Sorting Columns/Rows Automatically BG Excel Worksheet Functions 0 February 10th 09 07:41 PM
Sorting Rows/Columns Automatically BG Excel Worksheet Functions 2 February 10th 09 07:35 PM
Sorting Rows/Columns Automatically BG Excel Worksheet Functions 0 February 10th 09 05:08 PM
template that automatically removes certain columns when pasted in John Doyle Excel Discussion (Misc queries) 0 December 18th 08 02:37 PM


All times are GMT +1. The time now is 11:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"