Link to another workbook

dkubiak

Board Regular
Joined
May 17, 2004
Messages
137
Office Version
  1. 2013
Platform
  1. Windows
I have two workbooks: Experiment1.xls and Experiment2.xls and I want cell A1 in Experiement1 to display the information contained in cell B2 in Experiment2. How do I set up this external reference?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Open both of the workbooks. In cell A1 of Experiment1 type = and navigate to the other workbook and select the cell to reference and press Enter.
 
Upvote 0
That does not seem to work. As soon as I navigate to the other workbook and click on the cell, it flashes back to the original workbook with no link.

I think I remember something about "external reference" to do this....
 
Upvote 0
Both workbooks must be open in the same instance of Excel ... is that the case?
 
Upvote 0
Put this in Cell A1 on Experiment1.xls

Remember to name Sheet1 to whatever the sheet is named in Experiment2.xls

Code:
=[Experiment2.xls]Sheet1!$B$2

This is basically doing it the same way GlennUK mentioned above.
 
Upvote 0
I typed the formula manually the way aylafan suggested, and this works so long as both files remain open. If I close and reopen them, the link is broken.

How do I set up a permenant link?
 
Upvote 0
You can always try a full path from your computer for closed workbooks.

example:
Code:
=('C:\Documents and Settings\nguyen\Desktop\Purchase Orders\[Experiment2.xls]Sheet1'!$B$2)
 
Upvote 0
I am getting really frustrated here, as I know I done this before and all the instructions you have listed above should work. I even went here:

http://office.microsoft.com/en-us/e...ok-or-program-HP005199514.aspx?app=ZXL&ver=12

and followed those instructions. But, when I click over to the source workbook I abandon my destination workbook and the formula.

What is meant by opening a file in the "same instance" of excel? Is there a setting that controls this? Maybe that is my problem. I do have two icons down in my menu bar - one for each workbook.
 
Upvote 0
Also, I the files are on a sharepoint, so I tried this:

=('http://sharepoint.12345.org/scm/projectmanagement/Templates/Project%20Tools/Experiment2.xlsx/Sheet1'B2)
 
Upvote 0
I got it! Next time I just need to slow down and pay attention to all my characters/file endings/et cetera. For future reference:

=('http://sharepoint.12345.org/scm/projectmanagement/Templates/Project%20Tools/[Experiment2.xlsx]Sheet1'!$B$2)
 
Upvote 0

Forum statistics

Threads
1,224,531
Messages
6,179,380
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top