![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > RANK |
RANK(number, ref [,order]) |
| Returns the rank of a number in a list of numbers. |
| number | The number whose rank you want to find. | |
| ref | The array, or a reference to, a list of numbers. | |
| order | The number indicating how the list of numbers is sorted: 0 = "ref" is sorted in descending order 1 = "ref" is sorted in ascending order |
| REMARKS |
| The presence of any duplicate numbers will affect the rank of any subsequent numbers. | ||
| If "ref" contains any non numeric values, then these are ignored. See Example 12. | ||
| If "order" = "0", then the smallest numbers are given the largest rank. | ||
| If "order" = "1", then the largest numbers are given the largest rank. | ||
| If "order" is left blank, then 0 is used. | ||
| Any duplicate numbers are given the same rank. See Example 4. | ||
| For a working example please refer to the RANK Function page. |
| EXAMPLES |
|
| Functions - R | Index - R | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |