percentile |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Statistical functions -> percentile |
Show all Hide all |
The function percentile (range,num) returns as result a threshold value, from which the values are accepted.
Syntax: =percentile(range,num)
Range: is a matrix or a data range, that describes the relative position of the data.
num: Integer from 0-100
Example |
|||||||||||||||||||||||||||||||||
Cells A1 to A10: any numbers Cell B1 = percentile(A1:A10,90)
|