Patrick1327
IS-IT--Management
Hi,
I am hoping that someone can help me!
I have an Excel workbook that contains some daily production data for a given month.
The first worksheet is a summary for the month and is named "Summary".
Also in the workbook are worksheets named "1" for the first day of the month, "2" for the second, etc.
On the summary sheet, I would like to retreive the value of the cell "E19" for each "daily worksheet".
For example:
A1 A2 A3
4/1/04 4/2/04 =SUM('1:2'!E19)
I would like the SUM formula in cell A3 on the summary sheet to dynamically change the '1:2' in the SUM formula to reflect the days listed in A1 and A2 respectively.
I tried to do something like:
=SUM("'"&T(DAY(A1))&":"&(T(DAY(A2))&"'!E19"))
and
=SUM("'"&DAY(A1)&":"&DAY(A2)&"'!E19")
Any suggestions would be helpful.
Thanks in advance!
I am hoping that someone can help me!
I have an Excel workbook that contains some daily production data for a given month.
The first worksheet is a summary for the month and is named "Summary".
Also in the workbook are worksheets named "1" for the first day of the month, "2" for the second, etc.
On the summary sheet, I would like to retreive the value of the cell "E19" for each "daily worksheet".
For example:
A1 A2 A3
4/1/04 4/2/04 =SUM('1:2'!E19)
I would like the SUM formula in cell A3 on the summary sheet to dynamically change the '1:2' in the SUM formula to reflect the days listed in A1 and A2 respectively.
I tried to do something like:
=SUM("'"&T(DAY(A1))&":"&(T(DAY(A2))&"'!E19"))
and
=SUM("'"&DAY(A1)&":"&DAY(A2)&"'!E19")
Any suggestions would be helpful.
Thanks in advance!