=+Vlookup

the hotspur amigo

New Member
Joined
Aug 4, 2005
Messages
43
using the below formula as e example can depend on what appears in that cell depending on what is in B3 but when B3 is empty it shows as "#N/A". is it possible to make that blank or will I just have to put up with it showing #N/A till they put something in cell B3?

=+VLOOKUP(B3,Answers!A75:B76,2,FALSE)
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
the hotspur amigo said:
using the below formula as e example can depend on what appears in that cell depending on what is in B3 but when B3 is empty it shows as "#N/A". is it possible to make that blank or will I just have to put up with it showing #N/A till they put something in cell B3?

=+VLOOKUP(B3,Answers!A75:B76,2,FALSE)


=IF(B3<>"",VLOOKUP(B3,Answers!A$75:$B$76,2,0),"")
 
Upvote 0
Cheers guys but i have tried both formula and both make the N/A disapear but then when entering Yes or No into B3 nothing comes up. is there something in the formula i should be adding?
 
Upvote 0
the hotspur amigo said:
Cheers guys but i have tried both formula and both make the N/A disapear but then when entering Yes or No into B3 nothing comes up. is there something in the formula i should be adding?

Do you have calculation enabled?
 
Upvote 0

Forum statistics

Threads
1,214,639
Messages
6,120,679
Members
448,977
Latest member
dbonilla0331

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