![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > PERCENTRANK |
PERCENTRANK(array, x [,significance]) |
| Returns the rank of a value in a data set as a percentage of the data set. |
| array | The array of values. | |
| x | The value for which you want to know the rank. | |
| significance | The number of significant digits for the returned percentage value. |
| REMARKS |
| Returns the rank of a value in a data set as a percentage of the data set. | ||
| If "array" is empty, then #NUM! is returned. | ||
| If "significance" < 1, then #NUM! is returned. | ||
| If "significance" is left blank", then 3 is used (i.e. 0.xxx%). | ||
| If "x" does not match one of the values in array, the functions interpolates to return the correct percentage rank. | ||
| This function can be used to evaluate the relative standing of a value within a data set. For example, you can use PERCENTRANK to evaluate the standing of an aptitude test score among all scores for the test. |
| EXAMPLES |
|
| Functions - P | Index - P | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |