W
Will Deatrick
Is it possible to dynamically select a worksheet reference in a
formula? For example, I have a series of worksheets for each player of
a game, Player1, Player2, and so on. Each player's sheet has a useful
statisic in cell E14 that I would like to summarize on another sheet.
On that summary sheet, the reference to each player's sheet is static.
1 =Player1!E14+45
2 =Player2!E14+45
Is it possible to replace the static "Player1", "Player2" reference
with a variable reference to a cell somewhere else on the page.
Something like:
1 = 'A4'!E14+45
2 = 'A5'!E14+45
3
4 "Player1"
5 "Player2"
My real goal is reduce the amount of editing I have to do in order to
change the summary statistics. If I want to change the "+45" to "+50"
for each player, I would like to be able to change only the first cell
and then "Fill->Down", but I can't do so when the worksheet references
are static. Is there some other way around this issue?
Thanks, Will
formula? For example, I have a series of worksheets for each player of
a game, Player1, Player2, and so on. Each player's sheet has a useful
statisic in cell E14 that I would like to summarize on another sheet.
On that summary sheet, the reference to each player's sheet is static.
1 =Player1!E14+45
2 =Player2!E14+45
Is it possible to replace the static "Player1", "Player2" reference
with a variable reference to a cell somewhere else on the page.
Something like:
1 = 'A4'!E14+45
2 = 'A5'!E14+45
3
4 "Player1"
5 "Player2"
My real goal is reduce the amount of editing I have to do in order to
change the summary statistics. If I want to change the "+45" to "+50"
for each player, I would like to be able to change only the first cell
and then "Fill->Down", but I can't do so when the worksheet references
are static. Is there some other way around this issue?
Thanks, Will