Public Function Percentile( _
ByVal vN As Variant _
, ParamArray vValues() As Variant _
) As Variant Percentile(0.00, 12, 34, 56) = 12
Percentile(0.25, 12, 34, 56) = 23
Percentile(0.50, 12, 34, 56) = 34
Percentile(0.75, 12, 34, 56) = 45
Percentile(1.00, 12, 34, 56) = 56See also: PercentRank Function
Quartile Function
Rank Function
Small Function
Large Function
TrimMean Function
Minimum Function
Maximum Function
PERCENTILE Function (Microsoft Excel)vN: The percentile whose corresponding value will be returned. Must be between 0 and 1 inclusive. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.