Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am having trouble ranking cells where the lowest value receives the highest
ranking. Excel RANK function always wants to reward the highest number with the highest rank. What do I need to do to adjust this formula. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: Set the third argument to 1. =RANK(A1,A$1:A$10,1) Biff "mile3024" wrote in message ... I am having trouble ranking cells where the lowest value receives the highest ranking. Excel RANK function always wants to reward the highest number with the highest rank. What do I need to do to adjust this formula. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try using either
=RANK(A1,$A$1:$Z$1,0) [or just =RANK(A1,$A$1:$G$1)] or =RANK(A1,$A$1:$G$1,1) This reverses the ranking according to which one you use, Regards, Alan. "mile3024" wrote in message ... I am having trouble ranking cells where the lowest value receives the highest ranking. Excel RANK function always wants to reward the highest number with the highest rank. What do I need to do to adjust this formula. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort from lowest to highest | Excel Worksheet Functions | |||
Find lowest and highest value from a set of rows | Excel Discussion (Misc queries) | |||
Formula to sum and list highest to lowest | Excel Worksheet Functions | |||
How to find highest, lowest and last cell in row? | Excel Discussion (Misc queries) | |||
How to find highest, lowest and last cell in a row? | Excel Worksheet Functions |