View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default "#N/A" Result From VLOOKUP Formula

=IF(ISNA(VLOOKUP Formula)),0,VLOOKUP Formula))

With actual formula..............

=IF(ISNA(VLOOKUP(A1,$B$1:$C$32,2,FALSE)),"",VLOOKU P(A1,$B$1:$C$32,2,FALSE))


Gord Dibben MS Excel MVP


On Tue, 5 Sep 2006 10:43:02 -0700, jose3106
wrote:

I need a way to return a value of 0 when a formula results in a #N/A value.
Can this be done? My problem is where I have a VLOOKUP and the lookup value
does not exist.