Computes nth percentile of a list of numbers
Last updated 1 year ago
Was this helpful?
PERCENTILE(nth, column )
nth
column
Computes _n_th percentile of a list of numbers, ignoring any blank values.
Desired percentile as a decimal (0 <= nth <= 1)
numeric column
Desired percentile of input values