75th percentile of filtered data

Excel1991

Board Regular
Joined
Aug 1, 2018
Messages
58
I have a set of data in an excel spreadsheet that I have filtered. I would like to find the 75th percentile of some of the data, but I do not want to pickup the “hidden/filtered” rows in the data set.Does anyone know a formula that circumvents this? Thank you!
 
Last edited:

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hello

Try the aggregate function like below … Change to suit your data set

=AGGREGATE(16,5,B2:B9,0.75)
 
Upvote 1
You are welcome ... I am not really sure how to avoid zeros with the aggregate function perhaps some other members come up with an answer :)
 
Upvote 0
Hello

Try the aggregate function like below … Change to suit your data set

=AGGREGATE(16,5,B2:B9,0.75)
I was experiencing the same issue. This solution has helped me out so much. Thank you.
 
Upvote 0
You are welcome ... I am not really sure how to avoid zeros with the aggregate function perhaps some other members come up with an answer :)
To avoid zeros and ones in your percentile, you can use PERCENTILE.EXC function. :)
 
Upvote 0

Forum statistics

Threads
1,215,430
Messages
6,124,846
Members
449,194
Latest member
HellScout

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