Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to rank order data so that there are no ties.
If there is a tie in the score (column A) then Yes precedes No in column B. If there is still a tie Yes precedes No in column C. If there is still a tie rank order descending in column D. If there is still a tie rank order descending in column E. If there is still a tie rank order descending in column F. If there is still a tie mark "Tie - rank #" I cannot sort and filter as this is a very large spreadsheet and I need it to do it automatically for someone who only knows how to enter data on Excel. I have managed to rank and mark tie but not take into consideration other columns with text. =IF(COUNTIF($A$2:$A$300,A2)=1, RANK(A2,$A$2:$A$300), "Tie - "&RANK(A2,$A$2:$A$300)) Any help would be greatly appreciated. -- clamberti |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Clamberti,
I suggest to have a look at the more complex example on http://sulprobil.com/html/sorting.html if you do not have too many rows of data. For your conditions it would be a monster formula of about 6 Sumproducts. But this might still be the "easiest" solution. Let me know if you need further help. Regards, Bernd |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you very much. The website you listed has given me all the information
I need and everything works automatically now. Thank you -- clamberti "Bernd P" wrote: Hello Clamberti, I suggest to have a look at the more complex example on http://sulprobil.com/html/sorting.html if you do not have too many rows of data. For your conditions it would be a monster formula of about 6 Sumproducts. But this might still be the "easiest" solution. Let me know if you need further help. Regards, Bernd . |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On 6 Mai, 10:44, clamberti (donotspam)
wrote: Thank you very much. The website you listed has given me all the information I need and everything works automatically now. Thank you -- clamberti "Bernd P" wrote: Hello Clamberti, I suggest to have a look at the more complex example on http://sulprobil.com/html/sorting.html if you do not have too many rows of data. For your conditions it would be a monster formula of about 6 Sumproducts. But this might still be the "easiest" solution. Let me know if you need further help. Regards, Bernd .- Zitierten Text ausblenden - - Zitierten Text anzeigen - Thanks for your feedback. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell rank= I need to reverse the order | Excel Worksheet Functions | |||
Rank order of errors | Excel Worksheet Functions | |||
Order/Rank | Excel Worksheet Functions | |||
How do you rank in order numbers from highest to the lowest? | Excel Worksheet Functions | |||
Tie breaking in a rank order | Excel Worksheet Functions |