Hi All,
I've been asked to track my employees' time in Excel using a new sheet for each week. The template/layout of all the fields on the sheet are identical week to week.
My questions is this:
Is there a way to have the values in new sheets I create for a new week automatically included in the calculations on the summary page I have put together to look at average and total times spent on various tasks?
The data cells will always be in the same location in each new sheet relative to all others.
Currently I have to go in and manually update my formulas on the summary sheet to include each new sheet I create.
To help illustrate, assume I am only tracking one item each week called Worked Time. It is entered in cell A1 on each sheet.
My Summary sheet will keep a grand total of Worked Time in cell A1.
So cell A1 in the Summary sheet will have the following formula:
=SUM(Week1!A1,Week2!A1,Week3!A1)
When next week comes and I create the Week 4 sheet I'd like the formula to automatically include cell A1 from it in this calc giving me:
=SUM(Week1!A1,Week2!A1,Week3!A1,Week4!A1)
Is there any way to automate this somewhat? It looks easy with just one formula but my summary sheet will actually have roughly 150 calculations on it.
Many thanks,
Jason
I've been asked to track my employees' time in Excel using a new sheet for each week. The template/layout of all the fields on the sheet are identical week to week.
My questions is this:
Is there a way to have the values in new sheets I create for a new week automatically included in the calculations on the summary page I have put together to look at average and total times spent on various tasks?
The data cells will always be in the same location in each new sheet relative to all others.
Currently I have to go in and manually update my formulas on the summary sheet to include each new sheet I create.
To help illustrate, assume I am only tracking one item each week called Worked Time. It is entered in cell A1 on each sheet.
My Summary sheet will keep a grand total of Worked Time in cell A1.
So cell A1 in the Summary sheet will have the following formula:
=SUM(Week1!A1,Week2!A1,Week3!A1)
When next week comes and I create the Week 4 sheet I'd like the formula to automatically include cell A1 from it in this calc giving me:
=SUM(Week1!A1,Week2!A1,Week3!A1,Week4!A1)
Is there any way to automate this somewhat? It looks easy with just one formula but my summary sheet will actually have roughly 150 calculations on it.
Many thanks,
Jason