![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > SMALL |
SMALL(array, k) |
| Returns the Kth smallest value in a data set. Use this function to return values with a particular relative standing in a data set. |
| array | The array for which you want to determine the Kth smallest value. | |
| k | The position from the smallest in the array to return. |
| REMARKS |
| If "array" is empty, then #NUM! is returned. | ||
| If "k" <= 0 , then #NUM! is returned. | ||
| If "k" exceeds the number of data points, then #NUM! is returned. | ||
| If "k" = 1, then the smallest value is returned. | ||
| If "k" = length of the array, then the largest value is returned. | ||
| This is very similar to the LARGE() function. |
| EXAMPLES |
|
| Functions - S | Index - S | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |