Referencing in formulas

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When copying and pasting a formula is there anyway to move the reference more
than one cell

eg if I copy B3:I3 to the next cell to the right it will be C3:J3. Is it
possible to copy a formula one cell to the right and make the reference go
from B3:I3 to J3:Q3

Cheers
 
=SUM(INDEX(3:3,1,(COLUMN(A1)-1)*8+2):INDEX(3:3,1,(COLUMN(A1)-1)*8+9))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
=SUM(INDEX(Sheet2!3:3,1,(COLUMN(A1)-1)*8+2):INDEX(Sheet2!3:3,1,(COLUMN(A1)-1
)*8+9))

--
HTH

Bob Phillips

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