Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default Linking to other workbooks question

I use excel2003, and here's my situation.

I have a master workbook which contains link to other feeder workbooks which
gets data filled in by others. When the feeder goes from draft to issue, the
filename would change. Then, this set of master and feeder workbooks would
get copied into another phase of work then being saved with another filename.
I am likely to have up to 10 feeder files being updated every couple of
days. Each of the feeder would have lots of cells feeding into the master
xls.

My question is this:
Is there a way that I can input the filenames of the feeder workbooks into
the master and have that as part of the formula to link into the feeder?

For example:

In the master workbook
Cell A1 = 'c:\excel\[feeder.xls]sheet1'! (text string)
Cell A2 = A1&"$B$1" (links to cell B1 in feeder.xls)

The result I get is #REF.

I want to do this because I want to be able to just change values in Cell A1
of the master workbook to link to a new version of the workbook, say
"feeder_newVersion.xls".


Maybe I am just out of my mind, but any tips would be appreciated. Thanks..


  #2   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Linking to other workbooks question

try indirect
in a2 enter
=indirect(A1&"$B$1")

"eugene" wrote:

I use excel2003, and here's my situation.

I have a master workbook which contains link to other feeder workbooks which
gets data filled in by others. When the feeder goes from draft to issue, the
filename would change. Then, this set of master and feeder workbooks would
get copied into another phase of work then being saved with another filename.
I am likely to have up to 10 feeder files being updated every couple of
days. Each of the feeder would have lots of cells feeding into the master
xls.

My question is this:
Is there a way that I can input the filenames of the feeder workbooks into
the master and have that as part of the formula to link into the feeder?

For example:

In the master workbook
Cell A1 = 'c:\excel\[feeder.xls]sheet1'! (text string)
Cell A2 = A1&"$B$1" (links to cell B1 in feeder.xls)

The result I get is #REF.

I want to do this because I want to be able to just change values in Cell A1
of the master workbook to link to a new version of the workbook, say
"feeder_newVersion.xls".


Maybe I am just out of my mind, but any tips would be appreciated. Thanks..


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default Linking to other workbooks question

It didn't work. Still #REF.
I even tried
= indirect(T(A1)&"$B$1)

"bj" wrote:

try indirect
in a2 enter
=indirect(A1&"$B$1")

"eugene" wrote:

I use excel2003, and here's my situation.

I have a master workbook which contains link to other feeder workbooks which
gets data filled in by others. When the feeder goes from draft to issue, the
filename would change. Then, this set of master and feeder workbooks would
get copied into another phase of work then being saved with another filename.
I am likely to have up to 10 feeder files being updated every couple of
days. Each of the feeder would have lots of cells feeding into the master
xls.

My question is this:
Is there a way that I can input the filenames of the feeder workbooks into
the master and have that as part of the formula to link into the feeder?

For example:

In the master workbook
Cell A1 = 'c:\excel\[feeder.xls]sheet1'! (text string)
Cell A2 = A1&"$B$1" (links to cell B1 in feeder.xls)

The result I get is #REF.

I want to do this because I want to be able to just change values in Cell A1
of the master workbook to link to a new version of the workbook, say
"feeder_newVersion.xls".


Maybe I am just out of my mind, but any tips would be appreciated. Thanks..


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Linking to other workbooks question

The function you'd want to use that's built into excel is =indirect(). But that
function returns an error if the sending workbook is closed.

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may help you.

eugene wrote:

I use excel2003, and here's my situation.

I have a master workbook which contains link to other feeder workbooks which
gets data filled in by others. When the feeder goes from draft to issue, the
filename would change. Then, this set of master and feeder workbooks would
get copied into another phase of work then being saved with another filename.
I am likely to have up to 10 feeder files being updated every couple of
days. Each of the feeder would have lots of cells feeding into the master
xls.

My question is this:
Is there a way that I can input the filenames of the feeder workbooks into
the master and have that as part of the formula to link into the feeder?

For example:

In the master workbook
Cell A1 = 'c:\excel\[feeder.xls]sheet1'! (text string)
Cell A2 = A1&"$B$1" (links to cell B1 in feeder.xls)

The result I get is #REF.

I want to do this because I want to be able to just change values in Cell A1
of the master workbook to link to a new version of the workbook, say
"feeder_newVersion.xls".

Maybe I am just out of my mind, but any tips would be appreciated. Thanks..


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default Linking to other workbooks question

Hi,

See online help "Merge workbooks" and "Troubleshoot merging workbooks '

Challa Prabhu


"eugene" wrote:

I use excel2003, and here's my situation.

I have a master workbook which contains link to other feeder workbooks which
gets data filled in by others. When the feeder goes from draft to issue, the
filename would change. Then, this set of master and feeder workbooks would
get copied into another phase of work then being saved with another filename.
I am likely to have up to 10 feeder files being updated every couple of
days. Each of the feeder would have lots of cells feeding into the master
xls.

My question is this:
Is there a way that I can input the filenames of the feeder workbooks into
the master and have that as part of the formula to link into the feeder?

For example:

In the master workbook
Cell A1 = 'c:\excel\[feeder.xls]sheet1'! (text string)
Cell A2 = A1&"$B$1" (links to cell B1 in feeder.xls)

The result I get is #REF.

I want to do this because I want to be able to just change values in Cell A1
of the master workbook to link to a new version of the workbook, say
"feeder_newVersion.xls".


Maybe I am just out of my mind, but any tips would be appreciated. Thanks..


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
linking workbooks Kaby Excel Discussion (Misc queries) 9 August 31st 06 09:11 PM
linking two workbooks together iowamold Excel Discussion (Misc queries) 2 October 27th 05 01:17 AM
Linking several workbooks KJH Excel Discussion (Misc queries) 0 April 27th 05 03:30 PM
Linking workbooks Debbie Excel Worksheet Functions 1 March 23rd 05 11:26 PM
Linking to other workbooks Adam Excel Discussion (Misc queries) 1 December 6th 04 03:24 PM


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