G Guest Jul 6, 2006 #1 Formulas using vlookup or similar returns #N/A if values are not found. How can this string be converted to 0 other way than manually?
Formulas using vlookup or similar returns #N/A if values are not found. How can this string be converted to 0 other way than manually?
G Guest Jul 7, 2006 #3 Jerry W. Lewis said: =IF(ISNA(formula),0,formula) Jerry : Thanks a lot to Jerry Click to expand...