R
rbrychckn
I have a generic call to match a given A column name to a the same name
in a target worksheet (in its column A), and returning column 23 from
that target worksheet. The target worksheet is different per entry and
the reference to the sheet is captured in it's own column, the S
column.
However, it only seems to work when the target worksheet is open (I get
#REF errors if it is not). Here is the formula which works when both
sheets are open.
=INDEX(INDIRECT(CONCATENATE("'U:\005\Enrollment Scheme\265 Files -
12172003\[",S2,".xls]MASTER'!A2:Z100")),MATCH(A2:A100,INDIRECT(CONCATENATE("'U:\005\Enrollment
Scheme\265 Files - 12172003\[",S2,".xls]MASTER'!A2:A100")),0),23)
Can anyone help me make this work without having all of the worksheets
open? Thanks.
in a target worksheet (in its column A), and returning column 23 from
that target worksheet. The target worksheet is different per entry and
the reference to the sheet is captured in it's own column, the S
column.
However, it only seems to work when the target worksheet is open (I get
#REF errors if it is not). Here is the formula which works when both
sheets are open.
=INDEX(INDIRECT(CONCATENATE("'U:\005\Enrollment Scheme\265 Files -
12172003\[",S2,".xls]MASTER'!A2:Z100")),MATCH(A2:A100,INDIRECT(CONCATENATE("'U:\005\Enrollment
Scheme\265 Files - 12172003\[",S2,".xls]MASTER'!A2:A100")),0),23)
Can anyone help me make this work without having all of the worksheets
open? Thanks.