Copy down formula

T

Techad

I would like to customise the copy down formula to increment by 4 each
time instead of 1. Ex

Row 1 =SUM(A10:A13)
Row 2 + SUM(A14:A17)

etc.

Any ideas?

Many thanks
 
F

Frank Kabel

Hi
try the following formula in your first cell:
=SUM(OFFSET($A$10:$A$13,(ROW(1:1)-1)*4,0))
and copy down
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Copy down formula 1
Bug in Excel? 2
Copy/Fill increments 8
More on Combined IF Function 2
moving cell 3
sum if 1
Percentage of Multiple Rows 2
IF Statement problem 3

Top