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?
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?