#1   Report Post  
BIYB
 
Posts: n/a
Default Multiple additions

I have a workbook, where multiple forms repeat themselves 50 time or so on
the same worksheet. On one page I summarize certain information contained in
those forms. Is there an easier way then to add them one at a
time....A4+A8+A12+A16+A20...etc etc (50 time over). They are all the same
amount of cells apart.

Tks
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

=SUMPRODUCT(A4:A200*(MOD(ROW(A4:A200),4)=0))

--
HTH,
Bernie
MS Excel MVP


"BIYB" wrote in message
...
I have a workbook, where multiple forms repeat themselves 50 time or so on
the same worksheet. On one page I summarize certain information contained in
those forms. Is there an easier way then to add them one at a
time....A4+A8+A12+A16+A20...etc etc (50 time over). They are all the same
amount of cells apart.

Tks



  #3   Report Post  
Katydid
 
Posts: n/a
Default

have you tried to select the cell where you want the total, then type =sum(
after the first parenthesis, go to the other sheet and select the first cell
you want to add, then hold down the ctrl button and select all remaining
cells. Press Enter when you are finished selecting all of the cells, and
this will be your grand total.

Another option would be to sum one form off to the right now, but then copy
and past the formula in the same spot next to all of the remaining forms (the
same repeating row), then sum the entire column of your formulas for a grand
total.

There are lots of ways to handle it, but these are just some short and sweet
options. If you are more specific, maybe I can give you a more concise
answer.

"BIYB" wrote:

I have a workbook, where multiple forms repeat themselves 50 time or so on
the same worksheet. On one page I summarize certain information contained in
those forms. Is there an easier way then to add them one at a
time....A4+A8+A12+A16+A20...etc etc (50 time over). They are all the same
amount of cells apart.

Tks

  #4   Report Post  
BIYB
 
Posts: n/a
Default

Thank you....but I dont understand the formula you suggested. Could you give
me the explanation?

"Bernie Deitrick" wrote:

=SUMPRODUCT(A4:A200*(MOD(ROW(A4:A200),4)=0))

--
HTH,
Bernie
MS Excel MVP


"BIYB" wrote in message
...
I have a workbook, where multiple forms repeat themselves 50 time or so on
the same worksheet. On one page I summarize certain information contained in
those forms. Is there an easier way then to add them one at a
time....A4+A8+A12+A16+A20...etc etc (50 time over). They are all the same
amount of cells apart.

Tks




  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

MOD(ROW(A4,A200),4)=0 is essentially looking at every fourth row in that
range, starting at A4, and by multiplying by the range, it extracts the
values of every fourth row into an array. SUMPRODUCT sums that array. See
http://www.xldynamic.com/source/xld.SUMPRODUCT.html for more details.

--
HTH

Bob Phillips

"BIYB" wrote in message
...
Thank you....but I dont understand the formula you suggested. Could you

give
me the explanation?

"Bernie Deitrick" wrote:

=SUMPRODUCT(A4:A200*(MOD(ROW(A4:A200),4)=0))

--
HTH,
Bernie
MS Excel MVP


"BIYB" wrote in message
...
I have a workbook, where multiple forms repeat themselves 50 time or so

on
the same worksheet. On one page I summarize certain information

contained in
those forms. Is there an easier way then to add them one at a
time....A4+A8+A12+A16+A20...etc etc (50 time over). They are all the

same
amount of cells apart.

Tks






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
How do i auto create multiple files from 1 with multiple sheets Kathy Excel Worksheet Functions 0 July 26th 05 01:23 AM
Adding multiple worksheets Craig Excel Worksheet Functions 1 July 6th 05 07:21 PM
Can I get the mode, min, and max with multiple criteria? BobT Excel Discussion (Misc queries) 1 February 15th 05 03:20 AM
adding certain cells in multiple worksheets in multiple workbooks Stephen via OfficeKB.com Excel Worksheet Functions 1 February 4th 05 08:31 PM
XML / parent with multiple children and with multiple children Richard Excel Discussion (Misc queries) 0 January 5th 05 11:49 AM


All times are GMT +1. The time now is 12:20 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"