View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Burkhart David Burkhart is offline
external usenet poster
 
Posts: 2
Default Detecting When #N/A Returned By VLOOKUP

How can I detect when VLOOKUP(_,_,_,FALSE) returns #N/A because there is
not an exact match? If I can detect it I can initiate an alternate
calculation.

I've tried =IF(VLOOKUP(_,_,_,FALSE)="#N/A", True, False) but no cigar.

Any help appreciated.

drb