Hey Everyone!
I could use some assistance in getting past a wall I've come upon. I'm needing to calculate the MAX value of a column after scrubbing the top 10% & bottom 10% from a separate staffed column using a Percentile formula.
These two Formulas are pulling the Top & Bottom Staffed person outside of the Top 10% & Bottom 10% staffed as I am wanting:
<PERCENTILE(E6:e16,0.9),e6:e16),1)
<PERCENTILE(E6:e16,0.9),e6:e16),1)
LARGE(IF(E6:E16<<PERCENTILE(E6:e16,0.9),e6:e16),1)
PERCENTILE(E6:E16,0.9),E6:E16),1)
</PERCENTILE(E6:e16,0.9),e6:e16),1)
SMALL(IF(E6:E16><PERCENTILE(E6:e16,0.9),e6:e16),1)
PERCENTILE(E6:E16,0.1),E6:E16),1)</PERCENTILE(E6:e16,0.9),e6:e16),1)
These two array formulas are pulling the MTD Rev % of those two formulas above:
INDEX(C6:C16,MATCH(LARGE(IF(E6:E16<<PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))
PERCENTILE(E6:E16,0.9),E6:E16),1),E6:E16,0))<PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))}
INDEX(C6:C16,MATCH(SMALL(IF(E6:E16>PERCENTILE(E6:E16,0.1),E6:E16),1),E6:E16,0))
Here is where I'm stuck... I need to pull all of the MTD Rev % references of each of the people in the middle 80% of the staffed column. Once I can reference each of those dynamically, then I can use a MIN & MAX formula to find the MIN & MAX MTD Rev % for those middle 80% staffed people.
Doing this manually I know the correct MAX MTD Rev % value of the scrubbed staffed people is 73.4% and the MIN is 50.6%
Disclaimer... This is a sample set of data and needs to dynamically calculate from an export of data (approx. 1000 rows) that isn't in the staffed order shown below.
If you have any tips on how I can do this in a single formula, I would be forever grateful! If one cell isn't possible, I "might" be able to use helper cells/columns, but this is highly discouraged.
[TABLE="width: 439"]
<tbody>[TR]
[TD]
MTD Rev %
(Column C)</p>[/TD]
[TD]
MTD Revenue
(Column D)</p>[/TD]
[TD]
Staffed Hours
(Column E)</p>[/TD]
[/TR]
[TR]
[TD]
65.2%</p>[/TD]
[TD]
$358,479.00</p>[/TD]
[TD]
170.57</p>[/TD]
[/TR]
[TR]
[TD]
85.4%</p>[/TD]
[TD]
$469,398.00</p>[/TD]
[TD]
146.74</p>[/TD]
[/TR]
[TR]
[TD]
51.7%</p>[/TD]
[TD]
$284,383.00</p>[/TD]
[TD]
146.48</p>[/TD]
[/TR]
[TR]
[TD]
68.6%</p>[/TD]
[TD]
$377,265.00</p>[/TD]
[TD]
144.32</p>[/TD]
[/TR]
[TR]
[TD]
70.6%</p>[/TD]
[TD]
$387,962.00</p>[/TD]
[TD]
141.08</p>[/TD]
[/TR]
[TR]
[TD]
73.4%</p>[/TD]
[TD]
$403,162.00</p>[/TD]
[TD]
137.77</p>[/TD]
[/TR]
[TR]
[TD]
50.6%</p>[/TD]
[TD]
$277,928.00</p>[/TD]
[TD]
136.37</p>[/TD]
[/TR]
[TR]
[TD]
72.5%</p>[/TD]
[TD]
$398,670.00</p>[/TD]
[TD]
129.75</p>[/TD]
[/TR]
[TR]
[TD]
66.7%</p>[/TD]
[TD]
$366,786.00</p>[/TD]
[TD]
122.84</p>[/TD]
[/TR]
[TR]
[TD]
62.3%</p>[/TD]
[TD]
$342,485.00</p>[/TD]
[TD]
120.72</p>[/TD]
[/TR]
[TR]
[TD]
0.4%</p>[/TD]
[TD]
$2,279.00</p>[/TD]
[TD]
0.00</p>[/TD]
[/TR]
</tbody>[/TABLE]
</PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))}
</PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))
</PERCENTILE(E6:e16,0.9),e6:e16),1)
</PERCENTILE(E6:e16,0.9),e6:e16),1)
I could use some assistance in getting past a wall I've come upon. I'm needing to calculate the MAX value of a column after scrubbing the top 10% & bottom 10% from a separate staffed column using a Percentile formula.
These two Formulas are pulling the Top & Bottom Staffed person outside of the Top 10% & Bottom 10% staffed as I am wanting:
<PERCENTILE(E6:e16,0.9),e6:e16),1)
<PERCENTILE(E6:e16,0.9),e6:e16),1)
LARGE(IF(E6:E16<<PERCENTILE(E6:e16,0.9),e6:e16),1)
PERCENTILE(E6:E16,0.9),E6:E16),1)
</PERCENTILE(E6:e16,0.9),e6:e16),1)
SMALL(IF(E6:E16><PERCENTILE(E6:e16,0.9),e6:e16),1)
PERCENTILE(E6:E16,0.1),E6:E16),1)</PERCENTILE(E6:e16,0.9),e6:e16),1)
These two array formulas are pulling the MTD Rev % of those two formulas above:
INDEX(C6:C16,MATCH(LARGE(IF(E6:E16<<PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))
PERCENTILE(E6:E16,0.9),E6:E16),1),E6:E16,0))<PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))}
INDEX(C6:C16,MATCH(SMALL(IF(E6:E16>PERCENTILE(E6:E16,0.1),E6:E16),1),E6:E16,0))
Here is where I'm stuck... I need to pull all of the MTD Rev % references of each of the people in the middle 80% of the staffed column. Once I can reference each of those dynamically, then I can use a MIN & MAX formula to find the MIN & MAX MTD Rev % for those middle 80% staffed people.
Doing this manually I know the correct MAX MTD Rev % value of the scrubbed staffed people is 73.4% and the MIN is 50.6%
Disclaimer... This is a sample set of data and needs to dynamically calculate from an export of data (approx. 1000 rows) that isn't in the staffed order shown below.
If you have any tips on how I can do this in a single formula, I would be forever grateful! If one cell isn't possible, I "might" be able to use helper cells/columns, but this is highly discouraged.
[TABLE="width: 439"]
<tbody>[TR]
[TD]
MTD Rev %
(Column C)</p>[/TD]
[TD]
MTD Revenue
(Column D)</p>[/TD]
[TD]
Staffed Hours
(Column E)</p>[/TD]
[/TR]
[TR]
[TD]
65.2%</p>[/TD]
[TD]
$358,479.00</p>[/TD]
[TD]
170.57</p>[/TD]
[/TR]
[TR]
[TD]
85.4%</p>[/TD]
[TD]
$469,398.00</p>[/TD]
[TD]
146.74</p>[/TD]
[/TR]
[TR]
[TD]
51.7%</p>[/TD]
[TD]
$284,383.00</p>[/TD]
[TD]
146.48</p>[/TD]
[/TR]
[TR]
[TD]
68.6%</p>[/TD]
[TD]
$377,265.00</p>[/TD]
[TD]
144.32</p>[/TD]
[/TR]
[TR]
[TD]
70.6%</p>[/TD]
[TD]
$387,962.00</p>[/TD]
[TD]
141.08</p>[/TD]
[/TR]
[TR]
[TD]
73.4%</p>[/TD]
[TD]
$403,162.00</p>[/TD]
[TD]
137.77</p>[/TD]
[/TR]
[TR]
[TD]
50.6%</p>[/TD]
[TD]
$277,928.00</p>[/TD]
[TD]
136.37</p>[/TD]
[/TR]
[TR]
[TD]
72.5%</p>[/TD]
[TD]
$398,670.00</p>[/TD]
[TD]
129.75</p>[/TD]
[/TR]
[TR]
[TD]
66.7%</p>[/TD]
[TD]
$366,786.00</p>[/TD]
[TD]
122.84</p>[/TD]
[/TR]
[TR]
[TD]
62.3%</p>[/TD]
[TD]
$342,485.00</p>[/TD]
[TD]
120.72</p>[/TD]
[/TR]
[TR]
[TD]
0.4%</p>[/TD]
[TD]
$2,279.00</p>[/TD]
[TD]
0.00</p>[/TD]
[/TR]
</tbody>[/TABLE]
</PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))}
</PERCENTILE(E6:e16,0.9),e6:e16),1),e6:e16,0))
</PERCENTILE(E6:e16,0.9),e6:e16),1)
</PERCENTILE(E6:e16,0.9),e6:e16),1)