Hi, i have the following data which i need to resolve alternate products and stock..
Original Data
Desired Results
I Have a speadsheet with the base numbers on one sheet, and the second sheet has a list of item codes and stock
I have already got a function to put the item codes and stock in to a cell next to the base number but I need to insert new rows and return the results..
Please can anyone help?
Kindest thanks
Brian
Original Data
Code:
BASE NUMBER
ABC123
DEF456
Desired Results
Code:
BASE NUMBER, ITEM CODE, STOCK
ABC123, ABCD123-10, 50
ABC123, ABCD123-15, 7
DEF456, DEF456-3, 5
DEF456, DEF456-60, 7
I Have a speadsheet with the base numbers on one sheet, and the second sheet has a list of item codes and stock
I have already got a function to put the item codes and stock in to a cell next to the base number but I need to insert new rows and return the results..
Please can anyone help?
Kindest thanks
Brian