For simplification I have two sheets in a workbook. I have a product ID in col A for both sheets.
In Sheet(1) I have a Qty ordered adjacent to the product ID. I wish to sum all the Qty(s) for a product ID into sheet(2) in the cell adjacent to the same product ID.
The selection of data in Sheet(1) will change with each processed order that is appended to the first blank row. The solution will need to expand dynamically with data added to sheet(1) and include the new data into the total of the static sheet(2).
MANY THANKS!!!
Hopefully this helps with clarity:
sheet1.PNG
Sheet2.PNG
Bookmarks