Hi All!
My end goal is trying to do some price/volume sales analysis (Actuals vs budget) on a pivot table.
The fields I have are semi transactional in a sense and are in the simplified table below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Key[/TD]
[TD]Product[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per/unit[/TD]
[/TR]
[TR]
[TD]Actuals[/TD]
[TD]Wand A[/TD]
[TD]10[/TD]
[TD]50[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Actuals[/TD]
[TD]Wand A[/TD]
[TD]12[/TD]
[TD]66[/TD]
[TD]5.5[/TD]
[/TR]
[TR]
[TD]Actuals[/TD]
[TD]Wand A[/TD]
[TD]67[/TD]
[TD]300[/TD]
[TD]4.48[/TD]
[/TR]
[TR]
[TD]Budget[/TD]
[TD]Wand A[/TD]
[TD]67[/TD]
[TD]321[/TD]
[TD]4.79[/TD]
[/TR]
[TR]
[TD]Budget[/TD]
[TD]Wand A[/TD]
[TD]100[/TD]
[TD]550[/TD]
[TD]5.5[/TD]
[/TR]
</tbody>[/TABLE]
With my limited pivot table knowledge I can pivot the above to get a table that looks like the below:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Actuals[/TD]
[TD][/TD]
[TD][/TD]
[TD]Budget[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row labels[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[/TR]
[TR]
[TD]Wand A[/TD]
[TD]89[/TD]
[TD]416[/TD]
[TD]15[/TD]
[TD]167[/TD]
[TD]871[/TD]
[TD]10.3[/TD]
[/TR]
</tbody>[/TABLE]
I can then create a calculated field (re-named to "Price Var") by using the "show value as" function to calculate the difference in the budgeted selling price and the actual selling price to get the below:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Actuals[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Budget[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row labels[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[TD]Price Var[/TD]
[TD]Units [/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[TD]Price Var[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]89[/TD]
[TD]416[/TD]
[TD]15[/TD]
[TD]4.7[/TD]
[TD]167[/TD]
[TD]871[/TD]
[TD]10.3[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
This is where I get stuck! To complete the analysis I need to to that Price Var column and x by Actuals units (4.7 x 89= 417) but I can't seem to "see" the "Price Var" when trying to do another calculated cell. Once I have the price variance impact calculated I can take the total sales miss less the price impact to determine volume impact to complete the picture...that is the plan anyway!
Please help! The base data is in excel so can be amended to add more columns etc. My objective is to keep the calculation all in the pivot table as it allows for great grouping and aggregations.
I am running Windows 7 with Excel 2010
Many thanks
TheLeek
My end goal is trying to do some price/volume sales analysis (Actuals vs budget) on a pivot table.
The fields I have are semi transactional in a sense and are in the simplified table below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Key[/TD]
[TD]Product[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per/unit[/TD]
[/TR]
[TR]
[TD]Actuals[/TD]
[TD]Wand A[/TD]
[TD]10[/TD]
[TD]50[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Actuals[/TD]
[TD]Wand A[/TD]
[TD]12[/TD]
[TD]66[/TD]
[TD]5.5[/TD]
[/TR]
[TR]
[TD]Actuals[/TD]
[TD]Wand A[/TD]
[TD]67[/TD]
[TD]300[/TD]
[TD]4.48[/TD]
[/TR]
[TR]
[TD]Budget[/TD]
[TD]Wand A[/TD]
[TD]67[/TD]
[TD]321[/TD]
[TD]4.79[/TD]
[/TR]
[TR]
[TD]Budget[/TD]
[TD]Wand A[/TD]
[TD]100[/TD]
[TD]550[/TD]
[TD]5.5[/TD]
[/TR]
</tbody>[/TABLE]
With my limited pivot table knowledge I can pivot the above to get a table that looks like the below:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Actuals[/TD]
[TD][/TD]
[TD][/TD]
[TD]Budget[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row labels[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[/TR]
[TR]
[TD]Wand A[/TD]
[TD]89[/TD]
[TD]416[/TD]
[TD]15[/TD]
[TD]167[/TD]
[TD]871[/TD]
[TD]10.3[/TD]
[/TR]
</tbody>[/TABLE]
I can then create a calculated field (re-named to "Price Var") by using the "show value as" function to calculate the difference in the budgeted selling price and the actual selling price to get the below:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Actuals[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Budget[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row labels[/TD]
[TD]Units[/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[TD]Price Var[/TD]
[TD]Units [/TD]
[TD]Sales[/TD]
[TD]Sales per unit[/TD]
[TD]Price Var[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]89[/TD]
[TD]416[/TD]
[TD]15[/TD]
[TD]4.7[/TD]
[TD]167[/TD]
[TD]871[/TD]
[TD]10.3[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
This is where I get stuck! To complete the analysis I need to to that Price Var column and x by Actuals units (4.7 x 89= 417) but I can't seem to "see" the "Price Var" when trying to do another calculated cell. Once I have the price variance impact calculated I can take the total sales miss less the price impact to determine volume impact to complete the picture...that is the plan anyway!
Please help! The base data is in excel so can be amended to add more columns etc. My objective is to keep the calculation all in the pivot table as it allows for great grouping and aggregations.
I am running Windows 7 with Excel 2010
Many thanks
TheLeek