View Single Post
  #11  
Old 03-08-2007, 12:11 AM
duane duane is offline
Forum Guru
 
Join Date: 11 Jul 2004
Posts: 847
duane is an unknown quantity at this point
If you close the 4126.xls workbook you will get the full equation

Here is an example

=INDIRECT("'C:\Documents and Settings\My Documents\xl\["&D8&"]2003 Refinance'!g46")

where in cell D8 I place the name of the file (4126 in your case)

to link to cell g46 on the worksheet 2003 Refinance

Note the double quote after the (, after the [, before the ], and before the )
with a single quote before the C: and before the !

You do get a #REF if the source workbook is not open (at least in the version of excel I have
__________________
not a professional, just trying to assist.....
Reply With Quote