ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Detecting When #N/A Returned By VLOOKUP (https://www.excelbanter.com/excel-programming/328018-detecting-when-n-returned-vlookup.html)

David Burkhart

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

Steve R[_3_]

Detecting When #N/A Returned By VLOOKUP
 
David

The ISNA() function will trap the error for you:

= IF(ISNA(your equation), "whatever", your equation)

Steve


"David Burkhart" wrote in message
...
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




David Burkhart

Detecting When #N/A Returned By VLOOKUP
 
Steve R wrote:

David

The ISNA() function will trap the error for you:

= IF(ISNA(your equation), "whatever", your equation)

Steve


"David Burkhart" wrote in message
...

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




Works great, thanks for the help.

drb


All times are GMT +1. The time now is 09:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com