#n/A Help to make to blank

rcirone

Active Member
Joined
Mar 12, 2009
Messages
483
Office Version
  1. 365
Platform
  1. Windows
I am get a #N/A when I use this to look up names if it can not find the name. it give me a #N/A. How do I get rid of the N/A. it work find if I am looking up number and if it does not find the number it leave it blank. I like it to do the same thing for names look ups.

=IF($A$3="","",VLOOKUP($A3,'<wbr style="font-family: Arial, Helvetica, sans-serif; font-size: small;">CASS-Appointment'!$B$9:$H$53,<wbr style="font-family: Arial, Helvetica, sans-serif; font-size: small;">7,FALSE))
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Try:

=IF(ISNA(VLOOKUP($A3,'<wbr style="color: rgb(51, 51, 51); font-size: small; background-color: rgb(250, 250, 250); font-family: Arial, Helvetica, sans-serif;">CASS-Appointment'!$B$9:$H$53,<wbr style="color: rgb(51, 51, 51); font-size: small; background-color: rgb(250, 250, 250); font-family: Arial, Helvetica, sans-serif;">7,FALSE))),"",VLOOKUP($A3,'<wbr style="color: rgb(51, 51, 51); font-size: small; background-color: rgb(250, 250, 250); font-family: Arial, Helvetica, sans-serif;">CASS-Appointment'!$B$9:$H$53,<wbr style="color: rgb(51, 51, 51); font-size: small; background-color: rgb(250, 250, 250); font-family: Arial, Helvetica, sans-serif;">7,FALSE)))
 
Upvote 0
I am still getting the #N/A this may help the format for the name is ('Mickey Mouse)
 
Upvote 0
in the first post you should show your Excel version
if you see #NAME so probably you've 2010 or less
 
Last edited:
Upvote 0
so IFNA doesn't work on your version
you can check here: IFNA()

but =IFERROR(your_formula,"") should work
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,194
Messages
6,123,569
Members
449,108
Latest member
rache47

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