Hi Excel Experts, I've been researching this for quite a while to no avail.
I've looked for applicable code, but I'm new to VBA and having difficulty piecing together code that will work. .
I have three sheets in one workbook. The main sheet, "SA" has a summary of all soda sales by week. I need a formula or VB code smart enough to search sheets "SD" and "SD2" and return any new unique records into the corresponding section in sheet "SA".
In this example since Costco and Walmart are now receiving Vanilla Soda, I'd like the new product, Vanilla Soda, to be added as a line item under Costco and Walmart sections respectively on sheet "SA". I'll probably just use a sumifs + sumproduct + indirect formula to the weekly total of [cases delivered "TOTAL CASES" from sheets "SD" and "SD2".
I don't need the entire row returned. I only need the first four fields on sheet "SA".
"SD" and "SD2" will each have thousands of records refreshed daily from other master spreadsheets.
I'm not sure how many records will need to e transferred from those sheets to sheet "SA" daily.
I've been asked not to use a pivot table.
I don't know if it matters, but I'll be creating a dashboard based on the "SA" sheet.
I hope I've explained this well.
Any help you can offer is greatly appreciated.
Bookmarks