mcianfarani
New Member
- Joined
- Aug 28, 2017
- Messages
- 5
Hello,
I am trying to automatically populate the results of my NFL Fantasy Draft into the below table, which is on 1 tab in my workbook.
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Draft Order[/TD]
[TD]Player[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the chart below (which is on another sheet in the workbook), I was hoping there was an easy formula to populate the 'order' column once I enter in the Team that drafts the player. For instance, when I type Team C beside David Johnson, it automatically enters "1" under the order column. Then, if Aaron Rodgers is selected next by Team B, it populates a "2", and so on.
Then I was thinking I can, in the other sheet, use a v-lookup to search by "1" and it will populate the player...
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Position[/TD]
[TD]Cost[/TD]
[TD]Team Drafted[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]Tom Brady[/TD]
[TD]QB[/TD]
[TD]$30[/TD]
[TD]Team A[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Aaron Rodgers[/TD]
[TD]QB[/TD]
[TD]$27[/TD]
[TD]Team B[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]David Johnson[/TD]
[TD]RB[/TD]
[TD]$29[/TD]
[TD]Team C[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Andrew Luck[/TD]
[TD]QB[/TD]
[TD]$25[/TD]
[TD]Team D[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I am struggle with the 'order' column formula
Hope that makes sense!
Thank you!
I am trying to automatically populate the results of my NFL Fantasy Draft into the below table, which is on 1 tab in my workbook.
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Draft Order[/TD]
[TD]Player[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the chart below (which is on another sheet in the workbook), I was hoping there was an easy formula to populate the 'order' column once I enter in the Team that drafts the player. For instance, when I type Team C beside David Johnson, it automatically enters "1" under the order column. Then, if Aaron Rodgers is selected next by Team B, it populates a "2", and so on.
Then I was thinking I can, in the other sheet, use a v-lookup to search by "1" and it will populate the player...
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Position[/TD]
[TD]Cost[/TD]
[TD]Team Drafted[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]Tom Brady[/TD]
[TD]QB[/TD]
[TD]$30[/TD]
[TD]Team A[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Aaron Rodgers[/TD]
[TD]QB[/TD]
[TD]$27[/TD]
[TD]Team B[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]David Johnson[/TD]
[TD]RB[/TD]
[TD]$29[/TD]
[TD]Team C[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Andrew Luck[/TD]
[TD]QB[/TD]
[TD]$25[/TD]
[TD]Team D[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I am struggle with the 'order' column formula
Hope that makes sense!
Thank you!