Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I'm having trouble with the RANK function. I need to find a formula that
will give me sequential ranking for a range of values without skipping ranks after a duplicate occurs. It needs to return 1 for the LARGEST value in the range.{20,30,30,40,40,50} should get ranked as {4,3,3,2,2,1}. I found this in another post: SUMPRODUCT(--(results1[[#This Row],[Total Weight]][Total Weight]),1/COUNTIF([Total Weight],[Total Weight]))+1 This almost works, but it returns a rank of 1 for the lowest value in the range instead of the highest. Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reference row on another sheet skipping zeros but not skipping li. | Excel Discussion (Misc queries) | |||
making ranks | Excel Discussion (Misc queries) | |||
PivotTable w/ Ranks | Excel Discussion (Misc queries) | |||
DUPLICATE RANKS | Excel Worksheet Functions | |||
Sum of ranks | Excel Worksheet Functions |