Hello,
I have a fairly large worksheet (A1:T357), which details all of my company's sales contracts ('Contracts Data').
In this sheet, Column A contains all the contract numbers and Column K contains the codes which identify which product was sold in the contract (for example: AAAA01: Apples, BBB03: Bicycles, etc.)
I would like to create a separate worksheet for each product, and in those worksheets automatically pull a list of every contract # associated with those respective products.
In other words, I would like to create a worksheet for product AAAA01, to track all my company's Apple sales. In that worksheet, I would like a list of every contract number contained in column A:A of 'Contracts Data', provided the corresponding Column K:K reads "AAAA01" (which automatically updates when new contracts are entered with AAAA01 product code in the 'Contracts Data' sheet.
Firstly, is this possible? Secondly, is there a formulaic solution to this problem as opposed to one requiring VBA?
I suspect if it is possible it would require the combined use of INDEX(), MATCH(), ROW() and IF() statements, but frankly I'm a bit lost in the woods.
Any help would be extremely appreciated.
Thank you!
I have a fairly large worksheet (A1:T357), which details all of my company's sales contracts ('Contracts Data').
In this sheet, Column A contains all the contract numbers and Column K contains the codes which identify which product was sold in the contract (for example: AAAA01: Apples, BBB03: Bicycles, etc.)
I would like to create a separate worksheet for each product, and in those worksheets automatically pull a list of every contract # associated with those respective products.
In other words, I would like to create a worksheet for product AAAA01, to track all my company's Apple sales. In that worksheet, I would like a list of every contract number contained in column A:A of 'Contracts Data', provided the corresponding Column K:K reads "AAAA01" (which automatically updates when new contracts are entered with AAAA01 product code in the 'Contracts Data' sheet.
Firstly, is this possible? Secondly, is there a formulaic solution to this problem as opposed to one requiring VBA?
I suspect if it is possible it would require the combined use of INDEX(), MATCH(), ROW() and IF() statements, but frankly I'm a bit lost in the woods.
Any help would be extremely appreciated.
Thank you!