Sort the data from smallest to largest
Find the position using the formula: Percentile position = (P / 100) × (n + 1)
If the position is a whole number, take the value at that position
If the position is not a whole number, interpolate between the two surrounding values
Use the resulting value as the percentile
For grouped data, use the percentile class and apply the percentile formula for grouped frequency tables
