vlookup problem

joestr8edg

New Member
Joined
Mar 16, 2009
Messages
2
I am trying to match data from a customer to data dumped from my ERP. My vlookup fromula returns the value #N/A for records I know should work.

I have tried the recomended microsoft fix (place a 1 formatted as general in an empty cell and then use the multiply option from paste special). This does not work.

The funny thing is, if I re-key the lookup_value manually, the formula returns the value I am looking for.

Anyone have an answer?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
can you post your current forumla here?
 
Upvote 0
In one worksheet I have the vendor data. The part number is in column B. In another worksheet (SW Dump), I have my ERP data. The part number is in column B. The value I want returned is in column C of the SW Dump worksheet.

=VLOOKUP(B365,'SW Dump'!$B$2:$C$14044,2,FALSE)
 
Upvote 0

Forum statistics

Threads
1,214,849
Messages
6,121,925
Members
449,056
Latest member
denissimo

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