View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default VLOOKUP based on a formula result

Hi,
When VLOOKUP returns #N/A, (and 4th argument=False) it means that it hasn't
found the lookup value in the table. Are you sure that the value in A5
actually occurs in Column C? It has to be an exact match.
Regards - Dave.