|
Re: How many matches are really needed to determine final rankings?
Quote:
Originally Posted by dougwilliams
It does look interesting and I'd be interested in seeing that. I'd also be interested in seeing what code/spreadsheet magic both you, and the original poster are using to process that match data.
|
See attached for the code ( ImportResultsData.txt) and spreadsheet ( FRC Team Rankings Chart.xlsx) for computing match data. To run it yourself, you'd need to import the code file into an Excel macro and save the Excel file as macro-enabled. Then set up the Match Results and Team Scores spreadsheets as described in the comments (you can also see other sheets in the Excel file for examples of how the data looks and how they are named). Then run the macro, and it should import team scores for each match. It doesn't get matches if the team was disqualified, unfortunately; so those will need to be updated manually. Then, compute average scores and rankings with Excel's average() and sorting functions. It is a bit of work by hand; but once one gets the hang of it, I think it goes pretty quickly. I hope this helps, and let me know if you have any questions.
__________________
FLL judge - 2008-present
FLL mentor/coach - 2003-2005, 2009-present
FTC coach - 2011
FRC judge - 2008-2010
FRC mentor/coach - 2010 (2989), 2011-2013 (3524), 2014-present (2479, 2500)
|