G Guest Sep 21, 2006 #1 I would like to have the (#N/A) caculations appear a (0) within the following formula. =VLOOKUP(A2,'RUNNING DATA wkly'!AO$3:AR$6000,4,0)
I would like to have the (#N/A) caculations appear a (0) within the following formula. =VLOOKUP(A2,'RUNNING DATA wkly'!AO$3:AR$6000,4,0)
G Guest Sep 21, 2006 #2 Just do this: =IF(ISNA(VLOOKUP([your criteria]),0,VLOOKUP([your criteria])) In plain English: "IF VLOOKUP returns N/A, THEN 0, ELSE do the VLOOKUP" Dave
Just do this: =IF(ISNA(VLOOKUP([your criteria]),0,VLOOKUP([your criteria])) In plain English: "IF VLOOKUP returns N/A, THEN 0, ELSE do the VLOOKUP" Dave
G Guest Sep 21, 2006 #3 Thanks a lot Dave. You are a real knowlegdable gent., seeing that your profile is labed on quite a few postedings. May the WIT be with you! Dave F said: Just do this: =IF(ISNA(VLOOKUP([your criteria]),0,VLOOKUP([your criteria])) In plain English: "IF VLOOKUP returns N/A, THEN 0, ELSE do the VLOOKUP" Dave -- Brevity is the soul of wit. Johnny said: I would like to have the (#N/A) caculations appear a (0) within the following formula. =VLOOKUP(A2,'RUNNING DATA wkly'!AO$3:AR$6000,4,0) Click to expand... Click to expand...
Thanks a lot Dave. You are a real knowlegdable gent., seeing that your profile is labed on quite a few postedings. May the WIT be with you! Dave F said: Just do this: =IF(ISNA(VLOOKUP([your criteria]),0,VLOOKUP([your criteria])) In plain English: "IF VLOOKUP returns N/A, THEN 0, ELSE do the VLOOKUP" Dave -- Brevity is the soul of wit. Johnny said: I would like to have the (#N/A) caculations appear a (0) within the following formula. =VLOOKUP(A2,'RUNNING DATA wkly'!AO$3:AR$6000,4,0) Click to expand... Click to expand...