Thread: Vlookup
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Vlookup

=IF(ISNA(VLOOKUP(...)),0,VLOOKUP(...))
=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))
--
David Biddulph

"pawan" wrote in message
...
vlookup funtion is returning me #N/A but can I get this replaced with 0 or
blank