Copying Sum(A1:A3) to next row but need to skip 67 rows for start of next sum

Traveltime

New Member
Joined
May 21, 2018
Messages
17
I've done a lot of searching for a solution without any luck. The search criteria I'm using must be wrong because I think this may be fairly common.

The formula in cell N2 needs to be copied down about 80 rows, but the range that needs to be summed on each row needs to begin +67 cells from the end of the sum cell location.

Formula I need:

N2 formula is: E2=sum(other worksheet e1:e3) then drag the formula to N3.
N3 formula needs t be is: N2=sum(other worksheet e70:e72)

Of course when I drag the formula I get this in the N3 cell
N2=sum(e2:e4)

I'm fairly certain there is a way toad 67 to the last cell and start the sum at the correct cell location, but I don't know how. Would someone be kind enough to assist?

TIA
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Make the formula absolute
Code:
=Sum(other worksheet $e$1:$e$3)
As for adding 67 to the formula, I believe manual method is the best option, again making the formula absolute and dragging down
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,978
Latest member
rrauni

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