Hi Guys,
I need some help finding a formula that will give me the total sales units of an item where I need to add the sales units of the "Parent" and the minimum sales units of the "Box" that relate to the item.
For example below, Item 1 is the sum of Item 1 (Parent) + minimum of (Item 1 Box 1) and (Item 1 Box 2), therefore 5 + 1 = 6.
I would like to display the totals by Master SKU in a separate table, as shown in Table 2.
Is there a forumula where I can use the "Master SKU" column and the "Parent/Box" column that will give me the correct answer?
Table 1 - Raw Data
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU Description[/TD]
[TD]Master SKU[/TD]
[TD]Parent/Box[/TD]
[TD]Sales Units[/TD]
[/TR]
[TR]
[TD]Item 1 (Parent)[/TD]
[TD]Item 1[/TD]
[TD]Parent[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Item 1 (Box 1)[/TD]
[TD]Item 1[/TD]
[TD]Box[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Item 1 (Box 2)[/TD]
[TD]Item 1[/TD]
[TD]Box[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Item 2 (Parent)[/TD]
[TD]Item 2[/TD]
[TD]Parent[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Item 2 (Box 1)[/TD]
[TD]Item 2[/TD]
[TD]Box[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Item 2 (Box 2)[/TD]
[TD]Item 2[/TD]
[TD]Box[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Item 2 (Box 3)[/TD]
[TD]Item 2[/TD]
[TD]Box[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
Table 2 - Total Sales by Master SKU
[TABLE="width: 500"]
<tbody>[TR]
[TD]Master SKU[/TD]
[TD]Total Sales Units[/TD]
[/TR]
[TR]
[TD]Item 1[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Item 2[/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for your help!
I need some help finding a formula that will give me the total sales units of an item where I need to add the sales units of the "Parent" and the minimum sales units of the "Box" that relate to the item.
For example below, Item 1 is the sum of Item 1 (Parent) + minimum of (Item 1 Box 1) and (Item 1 Box 2), therefore 5 + 1 = 6.
I would like to display the totals by Master SKU in a separate table, as shown in Table 2.
Is there a forumula where I can use the "Master SKU" column and the "Parent/Box" column that will give me the correct answer?
Table 1 - Raw Data
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU Description[/TD]
[TD]Master SKU[/TD]
[TD]Parent/Box[/TD]
[TD]Sales Units[/TD]
[/TR]
[TR]
[TD]Item 1 (Parent)[/TD]
[TD]Item 1[/TD]
[TD]Parent[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Item 1 (Box 1)[/TD]
[TD]Item 1[/TD]
[TD]Box[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Item 1 (Box 2)[/TD]
[TD]Item 1[/TD]
[TD]Box[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Item 2 (Parent)[/TD]
[TD]Item 2[/TD]
[TD]Parent[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Item 2 (Box 1)[/TD]
[TD]Item 2[/TD]
[TD]Box[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Item 2 (Box 2)[/TD]
[TD]Item 2[/TD]
[TD]Box[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Item 2 (Box 3)[/TD]
[TD]Item 2[/TD]
[TD]Box[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
Table 2 - Total Sales by Master SKU
[TABLE="width: 500"]
<tbody>[TR]
[TD]Master SKU[/TD]
[TD]Total Sales Units[/TD]
[/TR]
[TR]
[TD]Item 1[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Item 2[/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for your help!