Linking Cells Between Excel Documents Question

T

Troubled

I'm trying to link two cells between two excel sheets. So for example cell A5
from document a into cell B5 into document b. My question is,i linked the
two using an "=" in cell b5 then clicking on cell A5 from document a to
complete the linking.

The problem is i want to be able to insert rows into document A and have
only A5 be linked to B5. When i insert rows in document a anywhere above row
5, it shifts the rown down and the link as well.

Is there any way to permanently link a Cell between documents without the
auto/smart insert feature changing the linking ?
 
K

kaveh

Hi
Are you using the $?
Befor each caracter you want to have it fixed.
eg: =$A$5
Kaveh
 
T

Troubled

It auto creates the link, but yes it does have it in the link. Here is what
shows up in cell b5

'[Test Test.XLS]Sheet1'!$A$5

So it's linking cell A5 from document A into cell b5 from document B, just
not permanently.

So if i insert a row in document a above row 5, then it auto changes the
forumla in document b to '[Test Test.XLS]Sheet1'!$A$6

How do i still make it keep the "$A$5" even with row inserts? Thanks
 
D

David Biddulph

=INDIRECT("'[Test Test.XLS]Sheet1'!$A$5")
--
David Biddulph

Troubled said:
It auto creates the link, but yes it does have it in the link. Here is
what
shows up in cell b5

'[Test Test.XLS]Sheet1'!$A$5

So it's linking cell A5 from document A into cell b5 from document B, just
not permanently.

So if i insert a row in document a above row 5, then it auto changes the
forumla in document b to '[Test Test.XLS]Sheet1'!$A$6

How do i still make it keep the "$A$5" even with row inserts? Thanks

kaveh said:
Hi
Are you using the $?
Befor each caracter you want to have it fixed.
eg: =$A$5
Kaveh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top