E
ebola
Hello,
I want to reference a column in another workbook, where
the columns in that workbook keep changing (column #2
today is column #5 tomorrow). The answer is named ranges.
the column i want to reference has the range name:
HPMDESC = =HPmasterlist!$C:$C
....in a different workbook
-the worksheet on the other workbook is HPmasterlist
-the workbook is titled MPL.xls
here is my formula:
=IF(ISBLANK($B3),"",VLOOKUP($B3,[MPL.xls]HPmasterlist!
$A$1:$O$4500,INDIRECT("HPMDESC"),FALSE))
any ideas?? i'm stumped!
Marcel.
I want to reference a column in another workbook, where
the columns in that workbook keep changing (column #2
today is column #5 tomorrow). The answer is named ranges.
the column i want to reference has the range name:
HPMDESC = =HPmasterlist!$C:$C
....in a different workbook
-the worksheet on the other workbook is HPmasterlist
-the workbook is titled MPL.xls
here is my formula:
=IF(ISBLANK($B3),"",VLOOKUP($B3,[MPL.xls]HPmasterlist!
$A$1:$O$4500,INDIRECT("HPMDESC"),FALSE))
any ideas?? i'm stumped!
Marcel.