View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default COMBINATION FORMULA

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" wrote:

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)