Auto Sort Rankings in a Different Table
Hi everyone,
Hope to seek your advice.
I have a sheet that tabulates scores by 5 judges. At the last column, I used a simple formula in the cell to calculate the average score based on the judges. So on this Table A, I have a list of 10 people with their average scores.
On another table (B), I wish to have it sort the rankings automatically based on their average score in table A. I used the LARGE function and the cell looks like this:
LARGE(Table 1::AD4:AD13,1)
LARGE(Table 1::AD4:AD13,2)
LARGE(Table 1::AD4:AD13,3)
.
.
LARGE(Table 1::AD4:AD13,10)
Then on another column on this table B, I used the LOOKUP function to pull up the names based on the score from the previous column.
LOOKUP(D3,Table 1::AD4:AD13,Table 1::B4:B13)
This more or less works except for the part where the scores are the same for 2 people so the LOOKUP will result in the name first person (of the two with the same score) twice.
Does anyone have any suggestion to fix this?
Thanks.
iMac (Retina 5K, 27-inch, Late 2014), macOS Sierra (10.12.6), null