K
Kevin H. Stecyk
Hi,
I currently have the following formula that I want to change slightly:
=INDIRECT("'["&xsBookName&"]"&xsHighSheetN&"'!"&"O10")
xsBookName is the name of a workbook.
xsHighSheetN is the name a worksheet for the high case scenario
I'd like to change the formula such that the cell reference at the end "O10"
is more flexible. Ideally, I'd like to copy this formula and paste it over
a range of cells. I'd like "O10" to update to the correct reference.
In other words, if I pasted the formula in A1 through C1 of Sheet1 of a
NewBook, then
B1 would reference: xsBookName, xsHighSheet and cell P10
C1 would reference the same as above except Q10
A2 would reference the same as above except O11
and so on...
Your help would be greatly appreciated.
Best regards,
Kevin
I currently have the following formula that I want to change slightly:
=INDIRECT("'["&xsBookName&"]"&xsHighSheetN&"'!"&"O10")
xsBookName is the name of a workbook.
xsHighSheetN is the name a worksheet for the high case scenario
I'd like to change the formula such that the cell reference at the end "O10"
is more flexible. Ideally, I'd like to copy this formula and paste it over
a range of cells. I'd like "O10" to update to the correct reference.
In other words, if I pasted the formula in A1 through C1 of Sheet1 of a
NewBook, then
B1 would reference: xsBookName, xsHighSheet and cell P10
C1 would reference the same as above except Q10
A2 would reference the same as above except O11
and so on...
Your help would be greatly appreciated.
Best regards,
Kevin