Formula:
To find the 60th Percentile (P60), first order your data from least to greatest. The position (L) in the ordered dataset is calculated as: L = (P/100) * N, where P is the percentile (60) and N is the total number of data points. The value is then determined based on whether L is an integer or not.