Lookup Help

jpr1877

New Member
Joined
Jan 11, 2005
Messages
6
Hey guys--

Alright, here's my problem. I have two sheets. Sheet1 is a listing of part numbers in Column A and part descriptions in Column B. In Sheet2, I have in Column A a bulk list of part numbers from orders, and many of the part numbers are in there more than once. In Column B, I would like to match the part descriptions from Sheet1 Column B. Isn't there a Lookup or Match function that will allow me to do this? I've looked and I've played, but I can't seem to come across the correct answer.

Thanks,

Desperate in Dallas
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Try in column B of sheet 2.

=Vlookup(A1,Sheet1!$A$1:$B$100,2,0)

Adjust the range to suit the size of the range in Sheet 1, then copy down the formula.
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,777
Members
449,049
Latest member
greyangel23

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