View Single Post
  #1   Report Post  
Markzas Markzas is offline
Junior Member
 
Posts: 1
Default Help with Xecel Sheets

Hello,

I am trying to copy a value of one cell from one spreadsheet to a cell of another spreadsheet. and below is what i have comeup with so far. Can someone help or show me a better way?



i have two speadsheets.

the first sheet contains a total column
EX: in C4
=SUM(E4+G4+I4+K4+M4)

Value of C4 = (339816)

----------------------------------------------------

on the second sheet i would like the values
i have the following coded:

=SUM('C:\Free Space\[SYC.xls]ECC'!C4)

but when i update (sheet1) C4 the value in Sheet2(G3) is not updated

until, I save both sheets and reopen them.


How can:


i would like the of C4 from sheet one placed on sheet two
G3.

how ever if the value of C4 (sheet1) is altered i would like the
value in G3(sheet2) to reflect the chage immediately.


Can someone help me.

Thank you,
Mark