View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Cefoxtrot Cefoxtrot is offline
external usenet poster
 
Posts: 5
Default If condition not met get #N/A

Using the VLOOKUP function to merge data from two worksheets:
=vlookup(A2,sheet1!$A$2:$M$3000,13,FALSE)

It works fine, except that when there is no match, I get a #N/A on each as
the result. Is there a way to prevent the '#N/A' from displaying? Or replace
it blanks?

Thanks!
Cefoxtrot