Hi, looking for a little help here.
I need to keep track of points awarded throughout the year so I have set up a table that automatically ranks the individuals name, total points and weekly points in the order of highest numerical in accordance with their total score using the large function. All this works as the primary ordering function and I am happy with this however I would like it to add a secondary order to be based on the highest score within any particular week. i.e. Ben finishes on 437 points with a high of 32 points coming in week 6, Dave also finishes on 437 with a high of 26 points coming on week 12 and Gordon finishes on 437 with a high of 36 points coming on week 15.
I would like it to return this:
Gordon 437 weekly individual scores from 1 – 20
Ben 437 weekly individual scores from 1 – 20
Dave 437 weekly individual scores from 1 – 20
However, as names have been put in alphabetically, it orders the table as Ben, Dave and Gordon.
Is there a way to make this happen.
The large function I use is =LARGE($D$4:$D$13,ROWS($1:1))
I can supply the spreadsheet if it makes it easier to understand my query.
Thanks,
EMcK
Bookmarks