Link monthly balance to summary spreadsheet

J

John Smith

I run a spreadsheet detailing a rent account, 1 column per month. I would
like to link the monthly balance into a cell within my financial summary
spreadsheet. Is it possible? Please keep answer simple as I am a novice.
Many Thanks
 
J

Janusz Pawlinka

U¿ytkownik "John Smith said:
I run a spreadsheet detailing a rent account, 1 column per month. I would
like to link the monthly balance into a cell within my financial summary
spreadsheet. Is it possible? Please keep answer simple as I am a novice.
Many Thanks


If you have monthly balance and summary in two separate *.xls files
you can link in this way:

file1.xls - name of file (monthly balance)
sheet1 - name of worksheet in this file
c2 - cell with value


in desired cell in file2.xls (financial summary) you can type

=[file1.xls]sheet1!c2

this works when both *.xls files are in the same computer directory.
If not, you should type full path to file1.xls like this:

='c:\my_documents\excel\monthly_ballance\[file1.xls]sheet1'!c2

I hope this will help
 

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