close

I have two spreadsheets and both contain stock levels. For efficiency
and simplicity I would like to be able to link two cells that are in
different spreadsheets, so that no matter which file was updated the
other file would automatically update in tandem

Can anybody help me? Is this possible?

Regards

ConorNote that the spreadsheets are saved as different .xls files

wrote:
gt; I have two spreadsheets and both contain stock levels. For efficiency
gt; and simplicity I would like to be able to link two cells that are in
gt; different spreadsheets, so that no matter which file was updated the
gt; other file would automatically update in tandem
gt;
gt; Can anybody help me? Is this possible?
gt;
gt; Regards
gt;
gt; Conor
gt;
Excel can link directly to a cell
Eg. =[FilenameHere]Sheet1!$A$1
It's easier just to copy the cell then use paste special gt; paste link in
the spreadsheet you wish to use it in. That will give it the correct
filename sheet etc.

Linking back poses a problem you basically must set up one as the master
and the other as a slave (which always copies the data). Otherwise you
must have some way of determining which sheet has the most current data.

Here is 1 possible solution but it is messy, and I would recommend you
work with the master / slave concept.

Eg.
A1 = quot;The data you want to usequot;
A2 = Date / Time stamp of when data was entered
A3 = This is the cell you would use in your calculation
It is either the DATA from this sheet or the data from the other
sheet based on which Date/Time is newest

So Book1 cell A3
=IF([Book2]Sheet1!$A$2 gt; A2, [Book2]Sheet1!$A$1, A1)

And Book2 cell A3
=IF([Book1]Sheet1!$A$2 gt; A2, [Book1]Sheet1!$A$1, A1)

Then you can edit/update cell A1 in either sheet, so long as you update
the Date/Time stamp also

George
Thanks George. Thats been a great help!

Regards

Conor

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()