billythefish71
New Member
- Joined
- May 31, 2011
- Messages
- 1
I’m trying to use the INDIRECT.EXT function to return the contents of a cell within a number of external closed worksheets and I’m only currently to return the correct cell contents when the external worksheets are open.
Currently:
Cell A1 holds a static path that will be constant
Cell B1 holds the year half (e.g. 2011-1) which needs to be changed every six months
Cell C1 holds a salesperson name which relates to a spreadsheet file and workbook name
Cell D1 holds the appropriate cell to reference
So my current test cell contents are:
A1: ‘D:\Commissions\
B1: 2011-1
C1: \[Fredd Bloggs.xls]Salesperson’!
D1: $B$5
F1: =INDIRECT.EXT(A1&B1&C1&D1)
When the file D:\Commissions\2011-1\Fredd Bloggs.xls is open I get a figure returned in cell F1.
When the file is closed cell F1 returns #REF!
Can anyone offer suggestions?
Currently:
Cell A1 holds a static path that will be constant
Cell B1 holds the year half (e.g. 2011-1) which needs to be changed every six months
Cell C1 holds a salesperson name which relates to a spreadsheet file and workbook name
Cell D1 holds the appropriate cell to reference
So my current test cell contents are:
A1: ‘D:\Commissions\
B1: 2011-1
C1: \[Fredd Bloggs.xls]Salesperson’!
D1: $B$5
F1: =INDIRECT.EXT(A1&B1&C1&D1)
When the file D:\Commissions\2011-1\Fredd Bloggs.xls is open I get a figure returned in cell F1.
When the file is closed cell F1 returns #REF!
Can anyone offer suggestions?