Result

--

How it's calculated

The percentile is calculated using the interpolation method: sorted data, rank = (percentile/100)*(n-1)+1, then linear interpolation between the floor and ceil ranks.