ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Vlookup that does not return #N/A (https://www.excelbanter.com/excel-worksheet-functions/30246-vlookup-does-not-return-n.html)

carl

Vlookup that does not return #N/A
 
Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.

Peo Sjoblom

=IF(ISNUMBER(MATCH(A1,B1:B100,0)),VLOOKUP(A1,B1:C1 00,2,0),"")


Regards,

Peo Sjoblom

"carl" wrote:

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.


bj

try =if(iserror(vlookup),"",Vlookup)


"carl" wrote:

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.


Ron Rosenfeld

On Fri, 10 Jun 2005 12:42:03 -0700, "carl"
wrote:

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.



=IF(ISNA(your_vlookup_formula),"",your_vlookup_for mula)


--ron


All times are GMT +1. The time now is 11:38 PM.

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