G Guest Jun 15, 2005 #1 How do i replace a #N/A that I get sometimes in a Vlookup by A blank ? or the value if eveything is fine TKS
How do i replace a #N/A that I get sometimes in a Vlookup by A blank ? or the value if eveything is fine TKS
J JE McGimpsey Jun 15, 2005 #2 One way: =IF(ISNA(MATCH(A1,Sheet2!A:A,FALSE)),"",VLOOKUP(A1,Sheet2!A:B,2,FALSE)