P
plopes
I have several columns that go to the same reference but each column t
a different sheet in another workbook.
For example:
A1 = '[AAA.xls]Sheet1'!$BT5/1000
B1 = '[AAA.xls]Sheet2'!$BT5/1000
C1 = '[AAA.xls]Sheet3'!$BT5/1000
How can I do it as I Have 15 Collumns refering to different Sheets.
I tried to do like this:
A1 = '[AAA.xls]INDIRECT(A10)'!$BT5/1000
B1 = '[AAA.xls]INDIRECT(B10)'!$BT5/1000
C1 = '[AAA.xls]INDIRECT(C10)'!$BT5/1000
whith
A10=Sheet1
B10=Sheet2
C10=Sheet3
But it doesn't work!
And What about if I want to pick values from different files?
Example:
A1 = '[AAA.xls]INDIRECT(A10)'!$BT5/1000
B1 = '[BBB.xls]INDIRECT(A10)'!$BT5/1000
C1 = '[CCC.xls]INDIRECT(A10)'!$BT5/1000
Can anyone tell me the solutions for both problems?
Pedro Lope
a different sheet in another workbook.
For example:
A1 = '[AAA.xls]Sheet1'!$BT5/1000
B1 = '[AAA.xls]Sheet2'!$BT5/1000
C1 = '[AAA.xls]Sheet3'!$BT5/1000
How can I do it as I Have 15 Collumns refering to different Sheets.
I tried to do like this:
A1 = '[AAA.xls]INDIRECT(A10)'!$BT5/1000
B1 = '[AAA.xls]INDIRECT(B10)'!$BT5/1000
C1 = '[AAA.xls]INDIRECT(C10)'!$BT5/1000
whith
A10=Sheet1
B10=Sheet2
C10=Sheet3
But it doesn't work!
And What about if I want to pick values from different files?
Example:
A1 = '[AAA.xls]INDIRECT(A10)'!$BT5/1000
B1 = '[BBB.xls]INDIRECT(A10)'!$BT5/1000
C1 = '[CCC.xls]INDIRECT(A10)'!$BT5/1000
Can anyone tell me the solutions for both problems?
Pedro Lope