Public Function Small( _
ByVal vN As Variant _
, ParamArray vValues() As Variant _
) As Variant Small(1, 34, 56, 12) = 12
Small(2, 34, 56, 12) = 34
Small(3, 34, 56, 12) = 56
Small(1, SampleData) = Minimum(SampleData)See also: Large Function
Rank Function
Percentile Function
PercentRank Function
Minimum Function
SMALL Function (Microsoft Excel)vN: The Nth smallest number when all of the numeric arguments are sorted. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.