Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ScottyC
 
Posts: n/a
Default rolling sheet references

I am looking for a way for my formula to reference the same group of cells on
each page, but the sheet name needs to be able to roll when it is pasted (so
I don't have to keep editing it). for example:

sheet1 A1:A7
sheet2 A1:A7
sheet3 A1:A7

and so on.

Can anyone help?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ScottyC
 
Posts: n/a
Default rolling sheet references

Oh, I forgot: Is there also a way i can tell the formula to link to a
specific number tab in a workbook (ie, always look to the fifth sheet in the
workbook, no matter what the name of that sheet actually is)--or will the
formula update the sheet reference name when the tabbed display is changed
(for instance 4/1 to 5/1)?

"ScottyC" wrote:

I am looking for a way for my formula to reference the same group of cells on
each page, but the sheet name needs to be able to roll when it is pasted (so
I don't have to keep editing it). for example:

sheet1 A1:A7
sheet2 A1:A7
sheet3 A1:A7

and so on.

Can anyone help?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove
 
Posts: n/a
Default rolling sheet references

ScottyC wrote...
I am looking for a way for my formula to reference the same group of cells on
each page, but the sheet name needs to be able to roll when it is pasted (so
I don't have to keep editing it). for example:

sheet1 A1:A7
sheet2 A1:A7
sheet3 A1:A7

and so on.


Unfortunately, this is just how Excel works. It's not really a 3D
spreadsheet, so there's no relative worksheet referencing, only
effectively absolute worksheet referencing.

The only workaround is using VBA to write user-defined functions (udfs)
which can provide this functionality. See the following thread in the
Google Groups archive.

http://groups.google.com/group/micro...0f6e91b058ac38

(or http://makeashorterlink.com/?N12622EDC ).

I saw your other message, and no, there's no way to specify absolute
positional worksheet references other than using VBA to write other
udfs.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ScottyC
 
Posts: n/a
Default rolling sheet references

Thanks for your input, Harlan! :)

I did figure out how to get Excel to do what I needed it to, It just took a
little time and a lot of Find/Replace (I should have thought of that sooner!).

"Harlan Grove" wrote:

ScottyC wrote...
I am looking for a way for my formula to reference the same group of cells on
each page, but the sheet name needs to be able to roll when it is pasted (so
I don't have to keep editing it). for example:

sheet1 A1:A7
sheet2 A1:A7
sheet3 A1:A7

and so on.


Unfortunately, this is just how Excel works. It's not really a 3D
spreadsheet, so there's no relative worksheet referencing, only
effectively absolute worksheet referencing.

The only workaround is using VBA to write user-defined functions (udfs)
which can provide this functionality. See the following thread in the
Google Groups archive.

http://groups.google.com/group/micro...0f6e91b058ac38

(or http://makeashorterlink.com/?N12622EDC ).

I saw your other message, and no, there's no way to specify absolute
positional worksheet references other than using VBA to write other
udfs.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default rolling sheet references

Assuming your formula is in row 1:
INDIRECT("Sheet"&ROW()&"!A1:A7")

you can copy down

HTH
--
AP

"ScottyC" a écrit dans le message de
...
I am looking for a way for my formula to reference the same group of cells

on
each page, but the sheet name needs to be able to roll when it is pasted

(so
I don't have to keep editing it). for example:

sheet1 A1:A7
sheet2 A1:A7
sheet3 A1:A7

and so on.

Can anyone help?





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 sheet references that refer to a cell in the preceding she GBT Excel Worksheet Functions 1 March 24th 06 07:51 PM
Finding and compiling list of cells containing data... Richard Walker Excel Worksheet Functions 6 March 18th 06 02:17 PM
AUTO FILTER NOT CHANGING RESULTS Dejan Excel Discussion (Misc queries) 25 October 6th 05 02:01 PM
Fixed cell references rhythm_man Excel Discussion (Misc queries) 2 July 5th 05 01:14 PM
Linking References from Multiple Sheets to One Summary Sheet Kim Setting up and Configuration of Excel 3 May 5th 05 04:56 PM


All times are GMT +1. The time now is 10:33 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"