VLOOKUP #NA Problem Help

stephen.smith

Board Regular
Joined
Jul 7, 2010
Messages
119
Hi guys
I am having a problem with a VLOOKUP Formula. In some cells that I perform the formula I have a #NA result which is fine as there is no result to be found however i just want this cellto be left empty rather than displaying #NA.
How can I do this.
Thanks for any help which can be given.
Stephen
 
Try one of this formulas:

=IFERROR(VLOOKUP(100,C2:C5,1,FALSE),"")

=IF(ISERROR(VLOOKUP(100,C2:C5,1,FALSE)),"",VLOOKUP(100,C2:C5,1,FALSE))

Markmzz
 
Upvote 0
Hello,

If using 2007 or later, the ifferror function will do:

=iferror(vlookup(your vlookup formula here),"")

add your vlookup formula to replace the red above.



If 2003 an =If(iserror(your vlookup formula),"",your vlookup formula))

-Jeff
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top