Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I am using this formula to automatically "display" a name from a list of total points to make a rank that will consistantly change as the points change.. I only want to display the top six names..Right now this formula will do that but when there is a tie it displays the same name twice and will skip the next name in the order.. any suggestions?? INDEX(A2:A13,MATCH(LARGE(B2:B13,1),B2:B13,0)) -- fivermsg ------------------------------------------------------------------------ fivermsg's Profile: http://www.excelforum.com/member.php...o&userid=32348 View this thread: http://www.excelforum.com/showthread...hreadid=526916 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use rank instead
Chip has examples here http://www.cpearson.com/excel/rank.htm -- Regards, Peo Sjoblom "fivermsg" wrote in message ... I am using this formula to automatically "display" a name from a list of total points to make a rank that will consistantly change as the points change.. I only want to display the top six names..Right now this formula will do that but when there is a tie it displays the same name twice and will skip the next name in the order.. any suggestions?? INDEX(A2:A13,MATCH(LARGE(B2:B13,1),B2:B13,0)) -- fivermsg ------------------------------------------------------------------------ fivermsg's Profile: http://www.excelforum.com/member.php...o&userid=32348 View this thread: http://www.excelforum.com/showthread...hreadid=526916 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and Replace | Excel Worksheet Functions | |||
Code needed to find records from bottom up | Excel Discussion (Misc queries) | |||
find a cells from a range of cell | Excel Worksheet Functions | |||
How do I override fixed decimal place settings in EXcel 2003? | Excel Worksheet Functions | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) |