Vlookup using named range returns N/A - Help

dab1477

Board Regular
Joined
Jul 30, 2002
Messages
65
Doing something wrong...Need adjusted!

I have 2 excel sheets within the same workbook. Each contains Material # field as TEXT. Sheet 1 contains Sales data and Sheet 2 contains Inventory data. I want to do VlOOKUP on Sheet 1 in an added column to post the inventory associated with the Material # from Sheet 2. My formula looks like this:
=vlookup(a2,currentinv,4,false) where Currentinv = sheet 2 data array covering Sheet2!$a2:$e1078

I named Sheet 2 data field as CurrentInv for convenience. I have had this work in past endeavors, but can't get past #N/A error. I have verified BOTH sheets are sorted by Material # column in decending order.

I have attempted to resolve by converting MATERIAL # field to NUMBER format = unsuccessful. Still errors as #n/a

Help!

Thanks in advance.
 

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
anything like spaces in the cell
or numbers as text

if you goto
if in a new cell
you choose
=sheet1!A2 = Sheet2!cell where there is a match (or whatever you have called the sheets)
and see if that returns TRUE
then you at least know the match should be working on the first section of vlookup
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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