F
floppyzedolfin
Hello,
I am in this situation:
"Information sheet" contains a cell (say B11) in which the user will
enter the option (either "3" or "4").
Two sheets, "Play options 3" and "Play options 4" contain the
settings. For instance, cell B12 of these sheets contain "Roll a die"
on "Play options 1" and "Draw a card" on "Play options 2".
In a fourth sheet, I want to display the content of that cell A9
depending on the option chosen.
So far, I tried using:
=INDIRECT("'Play options " & 'Information Sheet'!B11 & "'!A9")
but this performs weirdly:
The file I'm working on contained only one "Play options" sheet, and
I'm updating the macros to be able to use 3 or 4 players. Renaming
sheet "Play options" to "Play options 4" updated the macros, from
='Play options'!A9
to
='Play options 4'!A9
and the =INDIRECT macro above returns the proper value when the option
is set to 4, but not to 3.
Sheet "Play options 3" was created as a copy of "Play Options 4", and
was then renamed.
Where did I do something wrong? Was it during the copy?
I'm using Excel 10.
Thanks
I am in this situation:
"Information sheet" contains a cell (say B11) in which the user will
enter the option (either "3" or "4").
Two sheets, "Play options 3" and "Play options 4" contain the
settings. For instance, cell B12 of these sheets contain "Roll a die"
on "Play options 1" and "Draw a card" on "Play options 2".
In a fourth sheet, I want to display the content of that cell A9
depending on the option chosen.
So far, I tried using:
=INDIRECT("'Play options " & 'Information Sheet'!B11 & "'!A9")
but this performs weirdly:
The file I'm working on contained only one "Play options" sheet, and
I'm updating the macros to be able to use 3 or 4 players. Renaming
sheet "Play options" to "Play options 4" updated the macros, from
='Play options'!A9
to
='Play options 4'!A9
and the =INDIRECT macro above returns the proper value when the option
is set to 4, but not to 3.
Sheet "Play options 3" was created as a copy of "Play Options 4", and
was then renamed.
Where did I do something wrong? Was it during the copy?
I'm using Excel 10.
Thanks