Links between workbooks

G

Guest

I am trying to link several workbooks together to a master one. There are
some 20 links in each worksheet with several worksheets in a workbook.
I know you can copy links between worksheets - but I have been unable to
work out how to do it between workbooks. If I copy the cell (see below) to
another cell the cell name does not change - it remains at C$9 does not
change to C$10 - this would normally happen in worksheet to worksheet.
There must be a simple way instead of doing every link manually.
=SUM('[ISF One.xls]Week1'!$C$9+'[ISF Two.xls]Week1'!$C$9+'[ISF
Three.xls]Week1'!$C$9+'[ISF Four.xls]Week1'!$C$9+'[ISF
Five.xls]Week1'!$C$9+'[ISF Six.xls]Week1'!$C$9)
 
G

Guest

Thanks heaps.
--
Geoffrey


Ragdyer said:
You're cell references ($C$9) are *absolute*!

Change them to relative ... (C9).
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
British1942 said:
I am trying to link several workbooks together to a master one. There are
some 20 links in each worksheet with several worksheets in a workbook.
I know you can copy links between worksheets - but I have been unable to
work out how to do it between workbooks. If I copy the cell (see below) to
another cell the cell name does not change - it remains at C$9 does not
change to C$10 - this would normally happen in worksheet to worksheet.
There must be a simple way instead of doing every link manually.
=SUM('[ISF One.xls]Week1'!$C$9+'[ISF Two.xls]Week1'!$C$9+'[ISF
Three.xls]Week1'!$C$9+'[ISF Four.xls]Week1'!$C$9+'[ISF
Five.xls]Week1'!$C$9+'[ISF Six.xls]Week1'!$C$9)
 
R

RagDyeR

You're welcome ... And thanks for the feed-back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

Thanks heaps.
--
Geoffrey


Ragdyer said:
You're cell references ($C$9) are *absolute*!

Change them to relative ... (C9).
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
British1942 said:
I am trying to link several workbooks together to a master one. There
are
some 20 links in each worksheet with several worksheets in a workbook.
I know you can copy links between worksheets - but I have been unable to
work out how to do it between workbooks. If I copy the cell (see below)
to
another cell the cell name does not change - it remains at C$9 does not
change to C$10 - this would normally happen in worksheet to worksheet.
There must be a simple way instead of doing every link manually.
=SUM('[ISF One.xls]Week1'!$C$9+'[ISF Two.xls]Week1'!$C$9+'[ISF
Three.xls]Week1'!$C$9+'[ISF Four.xls]Week1'!$C$9+'[ISF
Five.xls]Week1'!$C$9+'[ISF Six.xls]Week1'!$C$9)
 

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