ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   vlookup question (https://www.excelbanter.com/excel-discussion-misc-queries/129668-vlookup-question.html)

HROBERTSON

vlookup question
 
If the item I'm looking up doesn't exist in the range, is there a way to
return blank (or ""), instead of N/A? Any help is greatly appreciated.

Thank You!

Dave F

vlookup question
 
=IF(ISERROR(VLOOKUP([your vlookup]),"",VLOOKUP([your vlookup]))

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"HROBERTSON" wrote:

If the item I'm looking up doesn't exist in the range, is there a way to
return blank (or ""), instead of N/A? Any help is greatly appreciated.

Thank You!


pinmaster

vlookup question
 
Hi,

Yes:

=IF(ISNA(vlookup_formula),"",vlookup_formula)


Cheers!
Jean-Guy

"HROBERTSON" wrote:

If the item I'm looking up doesn't exist in the range, is there a way to
return blank (or ""), instead of N/A? Any help is greatly appreciated.

Thank You!



All times are GMT +1. The time now is 05:17 PM.

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