Vlookup display as N/A

Chris1973

Board Regular
Joined
Apr 17, 2020
Messages
115
Office Version
  1. 2016
Platform
  1. Windows
Hi Guys

I posted previously regarding a N/A problem

For one or other reason using vlookup does the following happen

05581 010 000EMPTY ASSORTMENT BOXR -1R -
05581 010 000#N/A#N/A1#N/A
05581 010 000#N/A#N/A1#N/A
05581 010 000#N/A#N/A1#N/A

Only the top line display correctly, the rest keeps on showing n/a.

All the info is exactly the same as the top line, if tried actually every solution available but still no success

formula use: =VLOOKUP(B12;Pricelist!A3:B$550;2;FALSE)
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Try making the references absolute, no guarantees that it will fix the problem but it's the only thing that stands out as a possible problem from your post.

=VLOOKUP(B12;Pricelist!$A$3:$B$550;2;FALSE)
 
Upvote 0
Solution
If that doesn't work then it is likely that you have issues with some numbers formatted as text, which appears to have been the problem in your other thread.
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,873
Members
449,056
Latest member
ruhulaminappu

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