Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Referencing in formulas

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Referencing in formulas

=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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Referencing in formulas

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




  #4   Report Post  
Posted to microsoft.public.excel.misc
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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying Formulas kellbro Excel Discussion (Misc queries) 2 May 10th 06 11:13 PM
Worksheet doesn't permit F4 absolute referencing tool in formulas ronthedog Excel Discussion (Misc queries) 0 August 22nd 05 01:15 PM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
locking formulas?? Rob Excel Discussion (Misc queries) 1 July 27th 05 09:27 AM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 08:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"