Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Copy down references to several worksheets

Hi

I have an excel document with about 70 worksheets. I am trying to get some core data from these 70 worksheet into my master worksheet. All data are in the same cells, but on different worksheets.

How would a formula that can be copied down look, so that the cell reference is static, but the name of the worksheet changes automatically?

As shown below, for each row I have the name of the corresponding worksheet in column A. So instead of referencing to for example cell B17 in sheet 556153-0451 with ='556153-0451'!$B$17 I would like to insert the cell contents in row A as the worksheet name: ='A5'!$B$17, so that when I copy the formula down it becomes ='A6'!$B$17, ='A7'!$B$17 etc. Clearly this formula doesn't work, but does someone know what I can do to fix it?

Best regards!
Attached Images
 
  #2   Report Post  
Junior Member
 
Posts: 1
Default

Quote:
Originally Posted by parkie View Post
As shown below, for each row I have the name of the corresponding worksheet in column A. So instead of referencing to for example cell B17 in sheet 556153-0451 with ='556153-0451'!$B$17 I would like to insert the cell contents in row A as the worksheet name: ='A5'!$B$17, so that when I copy the formula down it becomes ='A6'!$B$17, ='A7'!$B$17 etc. Clearly this formula doesn't work, but does someone know what I can do to fix it?

Best regards!
Hi,

You can use indirect and address. Try this formula in C5 and copy it down:

=INDIRECT(ADDRESS(ROW()+12,COLUMN()-1,,,$B11))


Best regards,

Steve Powell
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
Structured references between worksheets FredZack Excel Discussion (Misc queries) 0 April 28th 10 07:15 PM
Fill down with references to worksheets [email protected] Excel Worksheet Functions 3 July 10th 08 04:20 PM
References between worksheets using IF Kamran Excel Worksheet Functions 7 March 4th 07 04:59 AM
how do I copy R[40]C1 references Peter Excel Worksheet Functions 0 August 17th 06 03:50 PM
References to worksheets in formulae andyiain Excel Discussion (Misc queries) 3 July 14th 06 06:27 PM


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