Hi everyone,
I'm not so new to Power Pivot, however I've never needed to do this type of calculation:
I have many products with physical measures: length, width and height.
I need to determine for every product it's group, i.e, if a product's length = 40mm, width = 20mm, height=30mm, I need to lookup in a table which contains all grouped sizes, and determine the product group.
This product's group, according to the table is group number 3.
In excel I would've solved it with several IF's, selecting the relevant cells. In PP, however, I cannot do that. I don't even know how to connect this table to my main product table...
[TABLE="width: 423"]
<colgroup><col><col span="6"></colgroup><tbody>[TR]
[TD] [/TD]
[TD="colspan: 2"] length[/TD]
[TD="colspan: 2"] width [/TD]
[TD="colspan: 2"] height[/TD]
[/TR]
[TR]
[TD="align: left"]group[/TD]
[TD]MIN[/TD]
[TD]MAX[/TD]
[TD]MIN[/TD]
[TD]MAX[/TD]
[TD]MIN[/TD]
[TD]MAX[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]25[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]27[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25[/TD]
[TD]36[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]36[/TD]
[TD]48[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]48[/TD]
[TD]60[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]60[/TD]
[TD]100[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
</tbody>[/TABLE]
Please help!
Thanks in advance
Marina
I'm not so new to Power Pivot, however I've never needed to do this type of calculation:
I have many products with physical measures: length, width and height.
I need to determine for every product it's group, i.e, if a product's length = 40mm, width = 20mm, height=30mm, I need to lookup in a table which contains all grouped sizes, and determine the product group.
This product's group, according to the table is group number 3.
In excel I would've solved it with several IF's, selecting the relevant cells. In PP, however, I cannot do that. I don't even know how to connect this table to my main product table...
[TABLE="width: 423"]
<colgroup><col><col span="6"></colgroup><tbody>[TR]
[TD] [/TD]
[TD="colspan: 2"] length[/TD]
[TD="colspan: 2"] width [/TD]
[TD="colspan: 2"] height[/TD]
[/TR]
[TR]
[TD="align: left"]group[/TD]
[TD]MIN[/TD]
[TD]MAX[/TD]
[TD]MIN[/TD]
[TD]MAX[/TD]
[TD]MIN[/TD]
[TD]MAX[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]25[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]27[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25[/TD]
[TD]36[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]36[/TD]
[TD]48[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]48[/TD]
[TD]60[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]60[/TD]
[TD]100[/TD]
[TD]20[/TD]
[TD]45[/TD]
[TD]8[/TD]
[TD]42[/TD]
[/TR]
</tbody>[/TABLE]
Please help!
Thanks in advance
Marina