=+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

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
ADVERTISEMENT
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
ADVERTISEMENT
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,196,414
Messages
6,015,127
Members
441,874
Latest member
saustark

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