Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave
 
Posts: n/a
Default Cell reference update when copied and pasted

As I drag the formulas below across multiple coulmns on the "Time Sheet" tab,
is there a way to have the row reference for each update by 65? The data on
the Activity Sheet tab is arranged down the tab while the summary on the
"Time Sheet tab goes across the tab.

Thanks
David

=+'Activity Sheet'!$C8 -- =+'Activity Sheet'!$C73 -- =+'Activity
Sheet'!$C138
=+'Activity Sheet'!$C13
=+'Activity Sheet'!$C18
=+'Activity Sheet'!$C23
=+'Activity Sheet'!$C28
=+'Activity Sheet'!$C33
=+'Activity Sheet'!$C38
=+'Activity Sheet'!$C43
=+'Activity Sheet'!$C48
=+'Activity Sheet'!$C52
=+'Activity Sheet'!$C56
=+'Activity Sheet'!$C64


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Cell reference update when copied and pasted

You'd have to use the offset() function

=offset('Activity Sheet'!$C8,(column(A1)-1)*65,0)

Use that in place of

=+'Activity Sheet'!$C8

& copy it over

"Dave" wrote:

As I drag the formulas below across multiple coulmns on the "Time Sheet" tab,
is there a way to have the row reference for each update by 65? The data on
the Activity Sheet tab is arranged down the tab while the summary on the
"Time Sheet tab goes across the tab.

Thanks
David

=+'Activity Sheet'!$C8 -- =+'Activity Sheet'!$C73 -- =+'Activity
Sheet'!$C138
=+'Activity Sheet'!$C13
=+'Activity Sheet'!$C18
=+'Activity Sheet'!$C23
=+'Activity Sheet'!$C28
=+'Activity Sheet'!$C33
=+'Activity Sheet'!$C38
=+'Activity Sheet'!$C43
=+'Activity Sheet'!$C48
=+'Activity Sheet'!$C52
=+'Activity Sheet'!$C56
=+'Activity Sheet'!$C64


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
Why would a pasted formula not calculate the new cell refs? Alison Excel Worksheet Functions 2 April 1st 06 09:55 PM
Getting rid of a circular reference error message sharkfoot Excel Discussion (Misc queries) 9 March 26th 06 07:48 PM
Why do pivot tables not read numbers that are copied and pasted B_4j Excel Discussion (Misc queries) 1 June 23rd 05 11:10 PM
Formatting information copied and pasted from the WEB to excel jbsand1001 Excel Discussion (Misc queries) 5 April 5th 05 09:07 PM
How to remove hidden grapics from copied web page pasted in Excel. Crake Excel Worksheet Functions 0 January 24th 05 04:47 AM


All times are GMT +1. The time now is 08:45 PM.

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

About Us

"It's about Microsoft Excel"