I have a list of 20 person with score on the 2<SUP>nd</SUP> row, then on forth row it will display the score form highest to lowest then 5<SUP>th</SUP> row will show the name of the person, my problem those with same score will only display the first on the list, is there any possible to display the remaining with same score. What formula then please help
One way would be to use a 'helper' row. I have used row 3 but it could be any row and this row could be hidden once the formulas entered. This is an example with just 5 names but if it is what you want, you should easily be able to expand to 20.
All column B formulas copied across.
Excel Workbook |
---|
|
---|
| A | B | C | D | E | F |
---|
1 | Name | Ann | Bob | Col | Deb | Ern |
---|
2 | Score | 5 | 8 | 10 | 8 | 3 |
---|
3 | Order | 4 | 2 | 1 | 3 | 5 |
---|
4 | Sorted Scores | 10 | 8 | 8 | 5 | 3 |
---|
5 | Sorted Names | Col | Bob | Deb | Ann | Ern |
---|
|
---|