Hello How to make LOOKUP give zero if it can't find the lookup_value?
D Dmitry Kopnichev Oct 12, 2005 #1 Hello How to make LOOKUP give zero if it can't find the lookup_value?
C comish4lif Oct 12, 2005 #2 I usually use something like this: =if(ISNA(vlookup(A,B,C),0,vlookup(A,B,C)) Where A,B,C are the arguments of the vlookup. I usually use "" (open quote, close quote) in place of the 0, to give me a blank response.
I usually use something like this: =if(ISNA(vlookup(A,B,C),0,vlookup(A,B,C)) Where A,B,C are the arguments of the vlookup. I usually use "" (open quote, close quote) in place of the 0, to give me a blank response.