G Guest Jun 10, 2005 #1 Is there a way to modify the vlookup formula so that it return a blank versus #N/A. Thank you in advance.
Is there a way to modify the vlookup formula so that it return a blank versus #N/A. Thank you in advance.
G Guest Jun 10, 2005 #2 =IF(ISNUMBER(MATCH(A1,B1:B100,0)),VLOOKUP(A1,B1:C100,2,0),"") Regards, Peo Sjoblom
R Ron Rosenfeld Jun 10, 2005 #4 Is there a way to modify the vlookup formula so that it return a blank versus #N/A. Thank you in advance. Click to expand... =IF(ISNA(your_vlookup_formula),"",your_vlookup_formula) --ron
Is there a way to modify the vlookup formula so that it return a blank versus #N/A. Thank you in advance. Click to expand... =IF(ISNA(your_vlookup_formula),"",your_vlookup_formula) --ron