T
Toby Erkson
I have one workbook that is supposed to pull info from another. The other
workbook has a named range on one of its sheets. Here is my formula:
=IF(VLOOKUP($A63,'Client summary
report.xls'!Volumes,8,FALSE)<1,"0",VLOOKUP($A63,'Client summary
report.xls'!Volumes,8,FALSE))
Volumes is the named range and it's on the sheet named Raw_Data.rpt (I
didn't name the sheet, BTW). The only thing I'm getting returned is a #REF!
error :-(
Thanks,
workbook has a named range on one of its sheets. Here is my formula:
=IF(VLOOKUP($A63,'Client summary
report.xls'!Volumes,8,FALSE)<1,"0",VLOOKUP($A63,'Client summary
report.xls'!Volumes,8,FALSE))
Volumes is the named range and it's on the sheet named Raw_Data.rpt (I
didn't name the sheet, BTW). The only thing I'm getting returned is a #REF!
error :-(
Thanks,