
Originally Posted by
martindwilson
why not use iferror as you are using 2007?
iferror(VLOOKUP(A5,'[1112_Infill_WBB_Address_Analysis.xlsx]6. MNIS Data'!$A$2:$DG$1006,23,0)),VLOOKUP(A5,'[1112_Infill_Metro_Growth_Analysis.xlsx]6. MNIS Data'!$A$2:$DH$486,23,0))
then to get blank if result is 0
if(iferror(VLOOKUP(A5,'[1112_Infill_WBB_Address_Analysis.xlsx]6. MNIS Data'!$A$2:$DG$1006,23,0)),VLOOKUP(A5,'[1112_Infill_Metro_Growth_Analysis.xlsx]6. MNIS Data'!$A$2:$DH$486,23,0))=0,"",iferror(VLOOKUP(A5,'[1112_Infill_WBB_Address_Analysis.xlsx]6. MNIS Data'!$A$2:$DG$1006,23,0)),VLOOKUP(A5,'[1112_Infill_Metro_Growth_Analysis.xlsx]6. MNIS Data'!$A$2:$DH$486,23,0)))
but it would be easier to custom format the cell 0;-0;;@
Bookmarks