Hello,
I'm doing a fantasy football draft soon and I'm trying to find a way to automatically have the pick number appear in a cell next to each players name (Pick # column) after I enter their name. Each time I enter a new name the pick number should go up by one. I will be using five different columns for each of the different teams in the league and players will be entered randomly in one of the five columns after they are chosen.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Pick #[/TD]
[TD]Team One[/TD]
[TD]Pick #[/TD]
[TD]Team Two[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]David Johnson[/TD]
[TD]1[/TD]
[TD]Todd Gurley[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]Le'Veon Bell[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I will have a cell that will track the current pick #, but I can't just use a formula to return what's in that cell since it's always changing. Unless I can have it return what's in that cell at the time the data (Players name) was entered? Or is there another way to do this?
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Picks So Far[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
If anyone can help me crack this it would be much appreciated!
I'm doing a fantasy football draft soon and I'm trying to find a way to automatically have the pick number appear in a cell next to each players name (Pick # column) after I enter their name. Each time I enter a new name the pick number should go up by one. I will be using five different columns for each of the different teams in the league and players will be entered randomly in one of the five columns after they are chosen.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Pick #[/TD]
[TD]Team One[/TD]
[TD]Pick #[/TD]
[TD]Team Two[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]David Johnson[/TD]
[TD]1[/TD]
[TD]Todd Gurley[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]Le'Veon Bell[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I will have a cell that will track the current pick #, but I can't just use a formula to return what's in that cell since it's always changing. Unless I can have it return what's in that cell at the time the data (Players name) was entered? Or is there another way to do this?
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Picks So Far[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
If anyone can help me crack this it would be much appreciated!