View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Replace a vlookup #N/A result with a value

=if(isna(vlookup formula),"your value",vlookup formula)

HTH

"Brandon" wrote:

What formula can I use to replace a vlookup #N/A result with a value?