addinf a data list up in blocks of seven

drag-driver

Board Regular
Joined
Feb 18, 2002
Messages
91
I have a colum which contains numbers. I want to sum this list up in blocks of 7. I need a formulae which i can just fill down so that it will do it automaticaly.
This message was edited by drag-driver on 2002-03-04 03:20
This message was edited by drag-driver on 2002-03-04 03:20
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi Drag-Driver

There are a few ways this could be done here is but 1. They both assume your numbers are in column "A"

in Cell B8 put = SUM(A1:A7) now select cells B8:B15 and drag down by the fill handle of cell B15 (small black square ) to one cell past the last cell in Column A
 
Upvote 0
On 2002-03-04 03:19, drag-driver wrote:
I have a colum which contains numbers. I want to sum this list up in blocks of 7. I need a formulae which i can just fill down so that it will do it automaticaly.

Hi drag-driver,

assuming your no's start in a1 going down
put:

=IF(ISERR(FIND(".",COUNT(A$1:A7)/7)),SUM(OFFSET(A7,-6,0):A7),"")

in b1

Any probs let me know.
 
Upvote 0
Sorry that forula I put above should be:

=IF(ISERR(FIND(".",COUNT(A$1:A1)/7)),SUM(OFFSET(A1,-6,0):A1),"")

in B1. I lifted copied the last one from cel B7 instead of B1.

by the way I can't of the life of me think of how to tidy up the arguement part of the IF() statement, but it works for me.
 
Upvote 0

Forum statistics

Threads
1,214,631
Messages
6,120,640
Members
448,974
Latest member
DumbFinanceBro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top