Formula for pulling data

p0l0levu

New Member
Joined
Mar 12, 2013
Messages
7
Hi

I will try and make this as brief as possible.

1 workbook, 2 sheets. Sheet 1 has master listing (about 20K lines) and Sheet 2 has a listing with serial numbers and dates. They both have columns for item code but sheet 1 includes more items then Sheet 2 so I want a formula to look at the item codes in sheet 2, find the same item code in sheet 1, and transfer the serial numbers which are alphanumeric and with symbols (eg 10-35AID/10-14176)

I have tried SUMIF(SHEET2!A:A, A2, SHEET2!C:C), VLOOKUP, and even =INDEX(Sheet2!A:A,MATCH(A2,Sheet2!C:C,0))

Is it possible?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
It would be helpful if you'd post a small amount of sample data along with your expected results. Your verbal description is confusing and contradicts the formulas listed. INDEX/MATCH is the way to go, but please show your data layout for a specific recommendation.
 
Upvote 0
It would be helpful if you'd post a small amount of sample data along with your expected results. Your verbal description is confusing and contradicts the formulas listed. INDEX/MATCH is the way to go, but please show your data layout for a specific recommendation.

Thanx never mind...managed to figure it out with the VLOOKUP formula
 
Upvote 0

Forum statistics

Threads
1,215,500
Messages
6,125,168
Members
449,211
Latest member
ykrcory

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