View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Referencing in formulas

=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)

"scubadiver" wrote in message
...
Thanks for that.

How do I reference another worksheet

"Bob Phillips" wrote:

=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)

"scubadiver" wrote in message
...
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