Hi Guys
Been struggling with this on and off for a few days and finally given in! Seems so simple but cant get my head round the logic!
Column A contains numerical values (for examples sake lets say the column runs from A2:A36) A1 is a text heading
In Column B I need a formula that i can run thru cells B2:B36 that SUMS every 6th value (B1 is a text heading)
I have tried the OFFSET formula as follows =SUM(OFFSET(A7,(ROW()-8)*6,0,6,1)),"") which works fine for rows B2:B6, but of course when the formula reached B12 it falls over because the offset references are absolute and dont change.
Tearing my hair out so ANY help welcomed!
Thanks
Simon
Been struggling with this on and off for a few days and finally given in! Seems so simple but cant get my head round the logic!
Column A contains numerical values (for examples sake lets say the column runs from A2:A36) A1 is a text heading
In Column B I need a formula that i can run thru cells B2:B36 that SUMS every 6th value (B1 is a text heading)
I have tried the OFFSET formula as follows =SUM(OFFSET(A7,(ROW()-8)*6,0,6,1)),"") which works fine for rows B2:B6, but of course when the formula reached B12 it falls over because the offset references are absolute and dont change.
Tearing my hair out so ANY help welcomed!
Thanks
Simon