E
Ed
Hello, I hope this is not too confusing: I am putting several
spreadsheets together to use during my fantasy baseball draft. I'm
creating a sheet for each team, and on each team's page I'm trying to
sort their draft results by position. I have a formula that can do
this, but in order to use it I need to uniquely identify each player's
position.
For example, if a team's first four picks are (Players in Column A on
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 B
contains a result that is equal to a position of an earlier drafted
player, then I would like a unique name for each position in the new
column. That seems extremely unclear, thanks so much for even reading
this far, here's how 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 a
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!
spreadsheets together to use during my fantasy baseball draft. I'm
creating a sheet for each team, and on each team's page I'm trying to
sort their draft results by position. I have a formula that can do
this, but in order to use it I need to uniquely identify each player's
position.
For example, if a team's first four picks are (Players in Column A on
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 B
contains a result that is equal to a position of an earlier drafted
player, then I would like a unique name for each position in the new
column. That seems extremely unclear, thanks so much for even reading
this far, here's how 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 a
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!