Sort the data from smallest to largest
Count the total number of values
Choose the percentile you want to find
Compute the rank using the percentile formula
Locate the value at that rank in the ordered data
If the rank is not a whole number, interpolate between the surrounding values
Use the resulting value as the percentile cutoff
