Hi All,
I am trying to compile a list of optimal fantasy football lineups, but I am running into a duplicate issue. I am able to have 3 wide-receivers playing in my lineup. I identified what I think are the top 75 wide receivers and plugged them in to Access to find all 405,150 possible combinations where WR1<>WR2 and WR3<>WR2 or WR1. The problem is that I then have each possible combination listed 6 times:
[TABLE="width: 500"]
<tbody>[TR]
[TD]WR1
[/TD]
[TD]WR2
[/TD]
[TD]WR3
[/TD]
[/TR]
[TR]
[TD]Antonio Brown
[/TD]
[TD]Larry Fitzgerald
[/TD]
[TD]Martavis Bryant
[/TD]
[/TR]
[TR]
[TD]Antonio Brown
[/TD]
[TD]Martavis Bryant
[/TD]
[TD]Larry Fitzgerald
[/TD]
[/TR]
[TR]
[TD]Larry Fitzgerald
[/TD]
[TD]Antonio Brown
[/TD]
[TD]Martavis Bryant
[/TD]
[/TR]
[TR]
[TD]Larry Fitzgerald
[/TD]
[TD]Martavis Bryant
[/TD]
[TD]Antonio Brown
[/TD]
[/TR]
[TR]
[TD]Martavis Bryant
[/TD]
[TD]Antonio Brown
[/TD]
[TD]Larry Fitzgerald
[/TD]
[/TR]
[TR]
[TD]Martavis Bryant
[/TD]
[TD]Larry Fitzgerald
[/TD]
[TD]Antonio Brown
[/TD]
[/TR]
</tbody>[/TABLE]
I have been wracking my brain and combing the internet, but must somehow not be searching for the right thing. I can't be the only person who has ever had this problem. I'm willing to do the work, but do you have any suggestions as to how I might isolate one of the combinations from each set of six and eliminate the five 'duplicates' to get down to the ~67,500 that I actually want? I'm fairly comfortable with excel/vba and access/modules, so I'm open to anything that gets me headed in the right direction.
Thanks in advance!!
I am trying to compile a list of optimal fantasy football lineups, but I am running into a duplicate issue. I am able to have 3 wide-receivers playing in my lineup. I identified what I think are the top 75 wide receivers and plugged them in to Access to find all 405,150 possible combinations where WR1<>WR2 and WR3<>WR2 or WR1. The problem is that I then have each possible combination listed 6 times:
[TABLE="width: 500"]
<tbody>[TR]
[TD]WR1
[/TD]
[TD]WR2
[/TD]
[TD]WR3
[/TD]
[/TR]
[TR]
[TD]Antonio Brown
[/TD]
[TD]Larry Fitzgerald
[/TD]
[TD]Martavis Bryant
[/TD]
[/TR]
[TR]
[TD]Antonio Brown
[/TD]
[TD]Martavis Bryant
[/TD]
[TD]Larry Fitzgerald
[/TD]
[/TR]
[TR]
[TD]Larry Fitzgerald
[/TD]
[TD]Antonio Brown
[/TD]
[TD]Martavis Bryant
[/TD]
[/TR]
[TR]
[TD]Larry Fitzgerald
[/TD]
[TD]Martavis Bryant
[/TD]
[TD]Antonio Brown
[/TD]
[/TR]
[TR]
[TD]Martavis Bryant
[/TD]
[TD]Antonio Brown
[/TD]
[TD]Larry Fitzgerald
[/TD]
[/TR]
[TR]
[TD]Martavis Bryant
[/TD]
[TD]Larry Fitzgerald
[/TD]
[TD]Antonio Brown
[/TD]
[/TR]
</tbody>[/TABLE]
I have been wracking my brain and combing the internet, but must somehow not be searching for the right thing. I can't be the only person who has ever had this problem. I'm willing to do the work, but do you have any suggestions as to how I might isolate one of the combinations from each set of six and eliminate the five 'duplicates' to get down to the ~67,500 that I actually want? I'm fairly comfortable with excel/vba and access/modules, so I'm open to anything that gets me headed in the right direction.
Thanks in advance!!