brhelpneeded
New Member
- Joined
- Nov 5, 2015
- Messages
- 5
Would love some advice on this! I'm honestly not sure if it's possible. It feels like it *should* be.
In one sheet, I have a list of products, each with varying release months. Adjacent to the launch month, I have plotted the succeeding two months to create a 3 month total "New Release Period" i.e.
Column A / Column B / Column C / Column D / Column E
Product / Month 1 (aka Release Month) / Month 2 / Month 3 / Value to Return
Product 1 / Apr-12 / May-12 / Jun-12 / New Release
Product 2 / Jun-14 / Jul-14 / Aug-14 / New Release
Product 3 / Apr-15 / May-15 / Jun-15 / New Release
etc.
In a second sheet, I have thousands of rows of monthly performance data, plotting activity per product over a number of years by month. This sheet includes, among other things, the Product Name (which is unique per product) and the corresponding month of performance data. i.e.
Column A / Column B / Column C
Month / Product / Performance
Apr-09 / Product 1 / 6584
Apr-09 / Product 2 / 2342
May-09 / Product 1 / 7354
May-09 / Product 2 / 1243
etc.
I want to create a column in the second sheet that specifies the "New Release Period" (i.e. first 3 months of activity per product) vs. each products "Catalogue Period".
I'm envisioning some form of INDEX/MATCH plus IF/THEN function. So, the argument being:
IF cell in column A of sheet 2 = value in sheet 1 of column B, C, OR D, AND IF column B in sheet 2 = value in sheet 1 of column A, return value "New Release"
Anyone have any ideas on a formula that could deal with such a complex argument? Or am I just over-reaching?
All ideas really welcome!
In one sheet, I have a list of products, each with varying release months. Adjacent to the launch month, I have plotted the succeeding two months to create a 3 month total "New Release Period" i.e.
Column A / Column B / Column C / Column D / Column E
Product / Month 1 (aka Release Month) / Month 2 / Month 3 / Value to Return
Product 1 / Apr-12 / May-12 / Jun-12 / New Release
Product 2 / Jun-14 / Jul-14 / Aug-14 / New Release
Product 3 / Apr-15 / May-15 / Jun-15 / New Release
etc.
In a second sheet, I have thousands of rows of monthly performance data, plotting activity per product over a number of years by month. This sheet includes, among other things, the Product Name (which is unique per product) and the corresponding month of performance data. i.e.
Column A / Column B / Column C
Month / Product / Performance
Apr-09 / Product 1 / 6584
Apr-09 / Product 2 / 2342
May-09 / Product 1 / 7354
May-09 / Product 2 / 1243
etc.
I want to create a column in the second sheet that specifies the "New Release Period" (i.e. first 3 months of activity per product) vs. each products "Catalogue Period".
I'm envisioning some form of INDEX/MATCH plus IF/THEN function. So, the argument being:
IF cell in column A of sheet 2 = value in sheet 1 of column B, C, OR D, AND IF column B in sheet 2 = value in sheet 1 of column A, return value "New Release"
Anyone have any ideas on a formula that could deal with such a complex argument? Or am I just over-reaching?
All ideas really welcome!