PERCENTILE(array,k)
array: data points
k: which percentile to calculate
If array is empty, this function returns a #NUM! error. If k < 0 or k > 1, this function returns a #NUM! error.
This function is Excel compatible.
QUARTILE.