G Guest Oct 2, 2007 #1 When I use Vlookup, #NA returned if the vulue is not found. I need help to convert #NA to zero or blank. Please help and thanks!
When I use Vlookup, #NA returned if the vulue is not found. I need help to convert #NA to zero or blank. Please help and thanks!
P Peo Sjoblom Oct 2, 2007 #2 =IF(ISNA(vlookup),"",vlookup) replace vlookup with your formula -- Regards, Peo Sjoblom
G georgeami Joined Feb 17, 2013 Messages 1 Reaction score 0 Feb 17, 2013 #4 much easyer "=IFERROR(VLOOKUP,0) Replace "Vlookup" with your formula and it will return 0 instead #N/A.
much easyer "=IFERROR(VLOOKUP,0) Replace "Vlookup" with your formula and it will return 0 instead #N/A.