E
ebt
Hello, I hope this is not too confusing: I am putting severa
spreadsheets together to use during my fantasy baseball draft. I'
creating a sheet for each team, and on each team's page I'm trying t
sort their draft results by position. I have a formula that can d
this, but in order to use it I need to uniquely identify each player'
position.
For example, if a team's first four picks are (Players in Column A o
the sheet, their respective positions in Column B)
Helton 1B
Pujols 1B, OF
Sexson 1B
Abreu OF
then I would like a column C to read the result from B, and if
contains a result that is equal to a position of an earlier drafte
player, then I would like a unique name in the new cell. That seem
extremely unclear, thanks so much for even reading this far, here's ho
I want column C to look in the example above:
1B
1B-2, OF
1B-3
OF-2
I think I could string some IFs and OR functions together in
simplistic fashion if there were only one or two positions involved
theproblem is that there are actually 9 different positions: C, 1B, 2B
3B, SS, OF, DH, SP, RP, and I want the second, third and fourth, etc
players at each such position to be labeled pos-2, pos-3, pos-4
respectively.
Thank you for any assistance you can provide, and if this is actuall
not possible in this format could you let me know that too
spreadsheets together to use during my fantasy baseball draft. I'
creating a sheet for each team, and on each team's page I'm trying t
sort their draft results by position. I have a formula that can d
this, but in order to use it I need to uniquely identify each player'
position.
For example, if a team's first four picks are (Players in Column A o
the sheet, their respective positions in Column B)
Helton 1B
Pujols 1B, OF
Sexson 1B
Abreu OF
then I would like a column C to read the result from B, and if
contains a result that is equal to a position of an earlier drafte
player, then I would like a unique name in the new cell. That seem
extremely unclear, thanks so much for even reading this far, here's ho
I want column C to look in the example above:
1B
1B-2, OF
1B-3
OF-2
I think I could string some IFs and OR functions together in
simplistic fashion if there were only one or two positions involved
theproblem is that there are actually 9 different positions: C, 1B, 2B
3B, SS, OF, DH, SP, RP, and I want the second, third and fourth, etc
players at each such position to be labeled pos-2, pos-3, pos-4
respectively.
Thank you for any assistance you can provide, and if this is actuall
not possible in this format could you let me know that too