View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Tom-S[_2_] Tom-S[_2_] is offline
external usenet poster
 
Posts: 66
Default Excell 2003 Linking Pages

You can do this by making use of the INDIRECT function.

Say you have an Excel file called Book2 and in cell A1 of Sheet1 of this
file you want to 'read' what's in cell A1 of Sheet1 of another Excel file
called Book1, then in A1 of Book2 have this formula:

=INDIRECT("'[Book1.xls]Sheet1'!A1")

Note that Book1 has to be open at the same time in order for its cell
contents to be read via INDIRECT.

Hopefully, using this example you can craft the particular INDIRECT formulas
you need.

Regards,

Tom

"PeggyL" wrote:

I use Microsoft Excel 2003 to track daily sales for both the my store and
employees. I also track the sales on a monthly basis and prepare an end of
the year report. I use a separate workbook for each report.

I would like to know if it is possible to link the totals from each report
into one workbook or worksheet that will automatically update when I enter
the figures. This would save me a lot of time from having to prepare each
report individually.

Thank you,