View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets Arvi Laanemets is offline
external usenet poster
 
Posts: 510
Default How to replae #NA with 0

Hi

=IF(ISNA(VLOOKUP(...)),0,VLOOKUP(...))
or
=IF(ISERROR(VLOOKUP(...)),0,VLOOKUP(...))


Arvi Laanemets


"SG" wrote in message
ps.com...
HI

Any one can guide me that how to replace #NA with 0, iam using vlookup
with match but i doesn't works well

thanks