C
C Brandt
Just when you think you understand something.....
I am trying to create a formula that will make a cell on one worksheet equal
to a cell on another worksheet (worksheet is determined by a list of
worksheets).
Example List of worksheets:
08-06
09-06
10-06
11-06
12-06
01-07
etc
What I would like the formula in the target cell to look like is
='08-06'!A7
This cell will then be copied down, on the target sheet, to bring over a
block of consecutive data from that worksheet.
For the life of me, I cannot figure out how to generate the formula.
Indirect seems to be the way to go but I cannot get the aposterphes inserted
as it turns the following part of the line into a comment for VB.
Any clues?
Thanks
Craig
I am trying to create a formula that will make a cell on one worksheet equal
to a cell on another worksheet (worksheet is determined by a list of
worksheets).
Example List of worksheets:
08-06
09-06
10-06
11-06
12-06
01-07
etc
What I would like the formula in the target cell to look like is
='08-06'!A7
This cell will then be copied down, on the target sheet, to bring over a
block of consecutive data from that worksheet.
For the life of me, I cannot figure out how to generate the formula.
Indirect seems to be the way to go but I cannot get the aposterphes inserted
as it turns the following part of the line into a comment for VB.
Any clues?
Thanks
Craig