Hi
I am trying to automate the transaction process for my fantasy baseball team. There are ten teams and they may acquire any number of free agent players in a given week in a priority order--they submit their preferences individually and so there may be overlap in players desired...and I would like to automate this so that a player is only assigned to one team in priority order.
So I envision a spreadsheet -- with the ten teams (in the priority order) listed vertically; and their player preferences listed horizontally
So Team 1 would acquire Player A; I would then want the spreadsheet to look thru the spreadsheet and eliminate Player A from any other team preferences for selection. Team 1 may also have contingent selection - that is if Team 1 acquires Player A, it eliminates their desire to acquire Player B (i.e., it wants one or the other - but not both) and so I would want the spreadsheet to look right for Team A and eliminate Player B from potential selection in subsequent rounds
The spreadsheet would then go to Team 2 - and select the first available player in its queue - and like wise eliminate that player from selection by other teams. And eliminate other contingent choices specifically for that player....
This would continue thru Team 10....and then back to Team 1 for assignment of a second player, etc
I am thinking I would run a series of macro steps that would sequentially assign each player until all preferences were exhausted. I have done a little macro and VBA programming but not a lot....
I'd appreciate thoughts if this should be relatively straightforward or perhaps would be too much to program. And if anyone has something similar (it would not have to necessarily be for baseball teams - it could be the assignment of any list of preferenes for multiple entities), I would sincerely appreciate the thoughts
Thanks
Dave
Bookmarks