VLOOKUP across two sheets in XL2007

adamuk

New Member
Joined
Jul 26, 2011
Messages
3
Hi, hope you can help me out, urgently need to solve this problem for work :)

I am attempting to use vlookup to search for a part number listed in sheet 1 and return the corresponding product description from sheet 2.

I'm using the following formula, but only producing a #ref! error, if I change the col_index_num to one, I can get it to return the original part number, but thats no good :p

=VLOOKUP($A$2,'MPN LOOKUP'!$A$1:$A$3504,2,FALSE)

Any idea where i'm going wrong?

In sheet 1 "BACK ORDERS" I have a list of part numbers in column 1, in column 2 is where I want the vlookup result. In sheet 2 "MPN DATABASE" I have a list of part numbers in column 1 and a list of product descriptions in column 2.

Any help would be hugely appreciated.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Thanks for the reply VoG :)

Thats now returning a #N/A error, thats a kind of progress ;)

The data being looked up in sheet 1 definitely exists identically in sheet 2.
 
Upvote 0
Got it working with =VLOOKUP(A2,'MP<wbr>N LOOKUP'!$A$1:$B<wbr>$3504,2)

It was the table_array inclusion of B that you suggested that fixed it.

Thanks so much!!!

I could kiss you!!!
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

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