I have a vlookup that refers to a spreadhseet that doesn't exist yet. I know that sounds silly, but I it will be created monthly, and I want to be able to have it lookup the data when it is created, however, excel is giving an error when I try to enter it, is there any way to force excel to accept the vlookup? Here is my formula:
=IF(ISERROR(VLOOKUP($A$6,[Indebtedness.xlsx]Schedule_Jun!$B$4:$F$64,5,FALSE))," ",VLOOKUP($A$6,[Indebtedness.xlsx]Schedule_Jun!$B$4:$F$64,5,FALSE))
THank You
Tony
=IF(ISERROR(VLOOKUP($A$6,[Indebtedness.xlsx]Schedule_Jun!$B$4:$F$64,5,FALSE))," ",VLOOKUP($A$6,[Indebtedness.xlsx]Schedule_Jun!$B$4:$F$64,5,FALSE))
THank You
Tony