I have two spreadsheets. One contains Weekly information such as Number of hours worked and the other contains Monthly information. I want the user to be able to enter hours into the Weekly spreadsheet after which time the Monthly spreadsheet will contain the totals for each week. Therefore, the spreadsheets look like this:
Day1 Day2 Day3 Total
Reg. Overtime Reg. Overtime Reg. Overtime Reg. overtime
6 3 2 7 4 2 12 12
Week1 Week 2 Week3
Reg. Overtime Reg. Overtime Reg. Overtime
12 12
Therefore, I need to how to allow the user to use only ONE spreadsheet, the weekly spreadsheet, to store data in the Monthly spread sheet "Week 1 ..." Column.
Day1 Day2 Day3 Total
Reg. Overtime Reg. Overtime Reg. Overtime Reg. overtime
6 3 2 7 4 2 12 12
Week1 Week 2 Week3
Reg. Overtime Reg. Overtime Reg. Overtime
12 12
Therefore, I need to how to allow the user to use only ONE spreadsheet, the weekly spreadsheet, to store data in the Monthly spread sheet "Week 1 ..." Column.