Hi!
I have a working knowledge of excel but am stumped; I have an excel file that has roughly 50 worksheets inside of it, 49 of which are invoices (identical in format, differing only in specific product codes/quantities).
On each invoice column E (E19:E23) contains the product codes and to the right column G (G19:G23) contains the quantity sold of said product on the same row.
The 50th worksheet (I've named it "PULLS") is a breakdown on summaries of how many of each product (of which there are several dozen) are sent out between all the accounts. That is; on said summary sheet ("PULLS") I have two columns, column A (A2:A48) display each of the different 46 product codes, column B (B2:B48) will search all the other workbooks for incidents of the corresponding product code, then add up all of the cells that appear in column G on the same row as those incident cells. That'll tell me how many of each product code were sold in total between all the accounts. If I wasn't dealing with adjacent cells then I could probably figure this formula out.
EG
On the summary worksheet ("PULLS"):
B32= sum(all cells in each worksheet in column g that are on the same row as the product code that matches A32 on the summary worksheet)
I've attached a copy of the sheet but they have different pack codes and quantities than what we actually send out (not that it matters, just that I'm required by company policy not to release)
I hope that is descriptive enough, thanks in advance for the help
Edit: I figured out how to put it together from one worksheet but I don't know how to include all worksheets.
Bookmarks