OK, I'm trying to add one final piece to an NBA spreadsheet I've been working on. On a separate sheet I have the name of every team, along with the average points they give up to each position. It looks kind of like this;
Column G contains B:F in that order.
[TABLE="width: 1000"]
<tbody>[TR]
[TD][TABLE="width: 653"]
<colgroup><col span="7"><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD]PG[/TD]
[TD]SG[/TD]
[TD]SF[/TD]
[TD]PF[/TD]
[TD]C[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PHO[/TD]
[TD]50[/TD]
[TD]43.2[/TD]
[TD]40.6[/TD]
[TD]45.5[/TD]
[TD]51.5[/TD]
[TD][/TD]
[TD]50 43.2 40.6 45.5 51.5[/TD]
[/TR]
[TR]
[TD]ORL[/TD]
[TD]49.1[/TD]
[TD]43[/TD]
[TD]39.8[/TD]
[TD]43[/TD]
[TD]50.9[/TD]
[TD][/TD]
[TD]49.1 43 39.8 43 50.9[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody></tbody>[/TABLE]
In my template the Rows containing the player's position and the opponent that day are adjacent. I'm hoping someone can help me figure out how get '50' to appear in a cell when "PHO" populates the opponent column, and "PG" populates the Position column.
I'm not asking for someone to write a Macro for me, I'm hoping this is a one liner. If it's not, I'll go back to the drawing board.
Thanks!!
Column G contains B:F in that order.
[TABLE="width: 1000"]
<tbody>[TR]
[TD][TABLE="width: 653"]
<colgroup><col span="7"><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD]PG[/TD]
[TD]SG[/TD]
[TD]SF[/TD]
[TD]PF[/TD]
[TD]C[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PHO[/TD]
[TD]50[/TD]
[TD]43.2[/TD]
[TD]40.6[/TD]
[TD]45.5[/TD]
[TD]51.5[/TD]
[TD][/TD]
[TD]50 43.2 40.6 45.5 51.5[/TD]
[/TR]
[TR]
[TD]ORL[/TD]
[TD]49.1[/TD]
[TD]43[/TD]
[TD]39.8[/TD]
[TD]43[/TD]
[TD]50.9[/TD]
[TD][/TD]
[TD]49.1 43 39.8 43 50.9[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody></tbody>[/TABLE]
In my template the Rows containing the player's position and the opponent that day are adjacent. I'm hoping someone can help me figure out how get '50' to appear in a cell when "PHO" populates the opponent column, and "PG" populates the Position column.
I'm not asking for someone to write a Macro for me, I'm hoping this is a one liner. If it's not, I'll go back to the drawing board.
Thanks!!