Using Percentile on incremental groups of time periods

fletch44

New Member
Joined
Sep 4, 2014
Messages
1
I need to find the 10th percentile of 24 minute sections of logged data that spans 24 hours, in 1 second samples.
Every sample has its own row.
There are 1440 rows in a 24 minute period (24 minutes x 60 seconds)
I am finding the 10th percentile of each 24 minute period.
There is 24 hours of data in total that I need to process, meaning I need to perform this calculation 60 times.

I can use the formula =PERCENTILE(F2:F1441,0.9) to find the 10th percentile of the first 24 minute period (Headers are row 1, data starts on row 2, in column F)

I can then manually write the formula =PERCENTILE(F1442:F2882,0.9) to find the 10th percentile of the next period.

My question is: how do I automate this process so that my end result is a column of 60 cells, each cell containing the 10th percentile of consecutive 24 minute periods (each 24 min period being a range of data samples spanning 1440 rows)?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,214,520
Messages
6,120,008
Members
448,935
Latest member
ijat

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