Exclude Some cells from percentile formula

immohi

New Member
Joined
Dec 30, 2014
Messages
4
How can I exclude cells having value less than 29 from array(column) which have values between 0 to 100.

I have to calculate percentile from renaming values.

Total
38
51
72
59
45
77
40
76
82
71
68
29
50
0
53
54
52
20
65

<tbody>
</tbody>
PERCENTILE928570503015
Cut-off76.5673.266.8534735.3

<tbody>
</tbody>

formula : =PERCENTILE($A$2:$A$20,0.92).

Expected Result:

PERCENTILE928570503015
Cut-off76.8
7569.556.551.546.25

<tbody>
</tbody>

Thanks
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Formula in D2 copied across:


Excel 2010
ABCDEFGHI
1TotalPERCENTILE928570503015
238Cut-off76.87569.556.551.546.25
351
472
559
645
777
840
976
1082
1171
1268
1329
1450
150
1653
1754
1852
1920
2065
Sheet1
Cell Formulas
RangeFormula
D2{=PERCENTILE(IF($A$2:$A$20>29,$A$2:$A$20),D1%)}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
Formula in D2 copied across:

Excel 2010
ABCDEFGHI
1TotalPERCENTILE928570503015
238Cut-off76.87569.556.551.546.25
351
472
559
645
777
840
976
1082
1171
1268
1329
1450
150
1653
1754
1852
1920
2065

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Array Formulas
CellFormula
D2{=PERCENTILE(IF($A$2:$A$20>29,$A$2:$A$20),D1%)}

<thead>
</thead><tbody>
</tbody>
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself

<tbody>
</tbody>

Thank you Sir.
 
Upvote 0

Forum statistics

Threads
1,215,325
Messages
6,124,252
Members
449,149
Latest member
mwdbActuary

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