Offset formula help

tealy1980

New Member
Joined
Apr 12, 2013
Messages
6
Hi all,

I have a quick question about the offset formula, pretty basic I think nut I'm a novice!

So I have a spreadsheet, summarised like so:

I want to sum the weeks by period, is there anyway to use offset so when I drag the formula across it wont just move one column at a time, but rather by 4 weekly blocks??

Many thanks in advance.:confused:

p1
p2
p3
p4
4
8
xxx
xxx
week 1
week 2
week 3
week 4
week 5
week 6
week 7
week 8
1
1
1
1
2
2
2
2

<tbody>
</tbody>
 
tealy1980

The formula would be entered in A2 and would be modified to :-
Code:
=SUM(OFFSET($A$4,,(COLUMNS($A:A)-1)*4,1,4))
and dragged across.

@AndyPandy27 A tad overexpression to get the end result if I may say! Why apply a row offset when you can anchor the cell?
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,215,043
Messages
6,122,812
Members
449,095
Latest member
m_smith_solihull

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