P
pdvreg
Cel A2 contains:
G:\Directoryname\workbook.xls]
Cel A10.. etc contains worksheet names
SheetA
SheetB
SheetC
....
In B10 I want to have the content of SheetA A1 cel
=ADDRESS(1;1;1;TRUE;$A$2&$A10)
gives
'G:\Directoryname\workbook.xls]SheetA'!$A$1
=INDIRECT(ADDRESS(1;1;1;TRUE;$A$2&$A10))
displays the value in that field.
*Now comes my question:*
In C10 I want to get the sum from the range $B$3:$B$303 from SheetA
Which formule delivers me that result???
With kind regards
Pvd
G:\Directoryname\workbook.xls]
Cel A10.. etc contains worksheet names
SheetA
SheetB
SheetC
....
In B10 I want to have the content of SheetA A1 cel
=ADDRESS(1;1;1;TRUE;$A$2&$A10)
gives
'G:\Directoryname\workbook.xls]SheetA'!$A$1
=INDIRECT(ADDRESS(1;1;1;TRUE;$A$2&$A10))
displays the value in that field.
*Now comes my question:*
In C10 I want to get the sum from the range $B$3:$B$303 from SheetA
Which formule delivers me that result???
With kind regards
Pvd