I'm trying to pull pricing from a separate workbook. Not all part numbers are included in the new pricing, just the updated ones. Closest I've gotten is the formula below but I don't want a blank when false, I want the old but still current price to remain.
=IF(ISNA(VLOOKUP($E39,'[CINX-Search-Export__2019-03-06_02-46-52.xls]Grizzlist'!$A$8:$C$73,2,0)),"",VLOOKUP(E39,'[CINX-Search-Export__2019-03-06_02-46-52.xls]Grizzlist'!$A$8:$C$73,2,0))
Any help would be great.
=IF(ISNA(VLOOKUP($E39,'[CINX-Search-Export__2019-03-06_02-46-52.xls]Grizzlist'!$A$8:$C$73,2,0)),"",VLOOKUP(E39,'[CINX-Search-Export__2019-03-06_02-46-52.xls]Grizzlist'!$A$8:$C$73,2,0))
Any help would be great.