Transfer data between workbooks

E

Edward

I am using Excel 2007 with Vista Home Premium.

My reason for wanting this system is to provide pre prepared workbooks for
12 months for a relative to make as easy as possible for her to keep her
records without being afraid of Excel.

I have two monthly workbooks running identical accounting sheets.

I want to bring forward the balance showing in cell E33, sheet 'Bank' in
workbook March.xlsx to cell C4, sheet 'Bank' in workbook April.xlsx.

Is this possible? I have my doubts... I have tried all I know wthout
success.

Can anyone help me?

Ed
 
P

Pete_UK

Open both workbooks, and arrange the windows so that you can see both
at the same time in the Excel window. Begin to enter a formula in C4
of the April workbook by typing = and then click on the window of the
March workbook, position the cursor in cell E33, and then press
<enter>. Excel will have sorted out the syntax for you, and the
formula will look something like:

='[March.xlsx]Bank'!$E$33

If you now close the March workbook the formula will expand to show
the full path to the March workbook. If you want to copy the two files
across to your relative's PC, you must ensure that they are located in
an exact folder location - it might be best to set up a sub-folder
from C: drive, so that the path is something like:

='C:\Temp\[March.xlsx]Bank'!$E$33

Hope this helps.

Pete
 
E

Edward

Great, Pete. Worked exactly as you described. I see how important the path
becomes. I will make sure it is correct when I set it up on her PC.

Many thanks,

Ed




Open both workbooks, and arrange the windows so that you can see both
at the same time in the Excel window. Begin to enter a formula in C4
of the April workbook by typing = and then click on the window of the
March workbook, position the cursor in cell E33, and then press
<enter>. Excel will have sorted out the syntax for you, and the
formula will look something like:

='[March.xlsx]Bank'!$E$33

If you now close the March workbook the formula will expand to show
the full path to the March workbook. If you want to copy the two files
across to your relative's PC, you must ensure that they are located in
an exact folder location - it might be best to set up a sub-folder
from C: drive, so that the path is something like:

='C:\Temp\[March.xlsx]Bank'!$E$33

Hope this helps.

Pete
 

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