Design a contributory to the deviation / variance from % calculation

peter8848

Board Regular
Joined
Oct 7, 2018
Messages
112
Hi All,

I am trying to design a formula to see which group of sales has contributed the most to a bench mark (Say as the below and aim is to see which row/material is most impact deviation from the benchmark one in terms of volume effect or % deviation effect) I try to fiter the biggest result from column E but did not achieve what i wish. Does anyone has got any better design? Just want to see which material play the key role in terms of margin / sales % for entire average especially in contrast to a benchmark margin/sales %? thanks a lot!!! Cheers, Peter


ABCDE
1​
Sales Material 1Margin Margin/Sales %A1/A7(C1-C9)*D1
2​
Sales Material 2MarginMargin/Sales %A2/A7(C2-C9)*D2
3​
Sales Material 3MarginMargin/Sales %A3/A7(C3-C9)*D3
4​
Sales Material 4MarginMargin/Sales %A4/A7(C4-C9)*D4
5​
Sales Material 5MarginMargin/Sales %A5/A7(C5-C9)*D5
6​
7​
Total SalesTotal MarginTotal Margin / Total Sales
9​
Benchmark %
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Do you have a sample example with numerical values?
Hi Mate,

Please find the attached. thanks

I use the contribution factor in Column E and highlight the big one with yellow but some yellow ones does not change the entire average % if they are removed. (My theory is if data from a particular row removed and the average % changed drastically then this is the row of interest.

Contribution Factor.xlsx
ABCDEFGHIJKL
1SalesMargin%
22,779,665.041,779,289.6964%15%-1%
33,422,743.222,144,740.5163%18%-1%
4193,660.019,739.305%1%-1%
518,967.188,885.7947%0%0%
63,105,326.201,806,025.2358%16%-2%
7112,354.003,881.603%1%0%
8224,102.42121,559.8354%1%0%
92,837.70-5,548.51-196%0%0%
104,292.033,291.8477%0%0%
11726.57402.8955%0%0%
12343.2497.5128%0%0%
134,100.732,814.8069%0%0%
141,832.111,255.4469%0%0%
15138.64101.1273%0%0%
168,457.865,451.5164%0%0%
176,232.403,241.5352%0%0%
18487.20412.9185%0%0%
1992,495.9555,191.0660%0%0%
206,750.70-17,753.50-263%0%0%
21887,580.10434,136.4549%5%-1%
2210,228.966,754.1366%0%0%
23610,831.70353,092.8758%3%0%
24630,884.23216,756.1134%3%-1%
25145,842.3694,602.9465%1%0%
265,635.582,415.3043%0%0%
27927,239.94569,253.0861%5%0%
28193,882.41119,492.1862%1%0%
291,293,936.97706,320.1755%7%-1%
3016,708.907,206.4443%0%0%
31404,599.86247,296.4561%2%0%
3262,136.3435,776.6258%0%0%
33134,195.5478,792.7459%1%0%
343,364,751.481,947,922.8058%18%-2%
35295,268.61171,906.4158%2%0%
36
37
38
39
40
4118,969,236.1810,914,805.2458%100%0%
42
43ABCDE
441SalesMarginMargin/Sales %A1/A7(C1-C9)*D1
452SalesMarginMargin/Sales %A2/A7(C2-C9)*D2
4670%3SalesMarginMargin/Sales %A3/A7(C3-C9)*D3
474SalesMarginMargin/Sales %A4/A7(C4-C9)*D4
485SalesMarginMargin/Sales %A5/A7(C5-C9)*D5
496
507Total SalesTotal MarginTotal Margin / Total Sales
519Benchmark %
52
Sheet1
Cell Formulas
RangeFormula
C2:C35,C41C2=+B2/A2
D2:D35,D41D2=+A2/$A$41
E2:E35E2=(C2-$C$46)*D2
A41:B41A41=SUM(A2:A35)
E41E41=(C46-$C$46)*D41
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E2:E41Cell Valuenot between 0.005 and -0.005textNO


Peter
 
Upvote 0
Have you tried building a normal or a t-distribution? You can use the mean as your benchmark, and say anything above/below 1 or 2 standard deviations is too high or too low.
 
Upvote 0
Have you tried building a normal or a t-distribution? You can use the mean as your benchmark, and say anything above/below 1 or 2 standard deviations is too high or too low.
Hi BigBeachBanana,

thanks and would you mind showing me how to do it? Is it easily done in Excel or would you mind fixing my example? thanks
 
Upvote 0

Forum statistics

Threads
1,214,948
Messages
6,122,420
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top