I have a vlookup combined with an index Function.
If I open up the workbook from where the formula looks up the values, I get a #Ref error in the formula in the destination workbook
=IFERROR(IF(VLOOKUP($B370&"",'[BR1March.xls]#Ref '!$A$1:$D$65536,4,FALSE)<=0,-VLOOKUP($B370&"",'[BR1March.xls]#Ref '!$A$1:$D$65536,4,FALSE),VLOOKUP($B370&"",'[BR1March.xls]#Ref '!$A$1:$D$65536,4,FALSE)),0)
Is there any way to avoid this ?
If I open up the workbook from where the formula looks up the values, I get a #Ref error in the formula in the destination workbook
=IFERROR(IF(VLOOKUP($B370&"",'[BR1March.xls]#Ref '!$A$1:$D$65536,4,FALSE)<=0,-VLOOKUP($B370&"",'[BR1March.xls]#Ref '!$A$1:$D$65536,4,FALSE),VLOOKUP($B370&"",'[BR1March.xls]#Ref '!$A$1:$D$65536,4,FALSE)),0)
Is there any way to avoid this ?