Range summing

  • Thread starter Thread starter Blah
  • Start date Start date
B

Blah

hello, when I copy and paste a formula instead of having it go like

SUM(A1:A3)
SUM(A2:A4)


I want it to go
SUM(A1:A3)
SUM(A4:A6)

any easy way to make it happen?
 
Try

=SUM(INDEX(A:A,ROW(A2)*3-2):INDEX(A:A,ROW(A2)*3))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Back
Top