Hello,
I've been trying to work this out for a while.
I've got a spreadsheet with all staff's individual hours which I use to calculate accrued holiday etc. We also have a timesheet spreadsheet which is filled in on a weekly basis. This one sheet contains all staff hours for that week. I have automated everything except for entering the staffs hours.
I would like to be able to copy each weekly 'timesheet' sheet into a sheet on my individual employee hours spreadsheet (I don't want to import the data directly)
Then be able to use a formula to correspond to the person's hours on the timesheet into their individual sheet and be able to drag the formula across and down, incrementing the cell number horizontally and sheet number vertically on each of our employee named sheets.
This would mean, instead of spending ages doing the data entry, I can just drag the formula down each week.
So it would be:
First weekly timesheet data in Sheet1 cells B2 - B6
Second weekly timesheet data in Sheet2 cells B2 - B6
'Bobs' sheet
First Week: =Sheet1!B2 =Sheet1!B3 =Sheet1!B4(..)
Second Week: =Sheet2!B2 =Sheet2!B3 =Sheet2!B4(..)
I have found a workaround using =INDIRECT("Sheet" & ROW(A1) & "!B25") and changing the cell value manually and dragging down. The problem is the rows on the initial timesheet also change around a lot, so 'Bob's' hours could be on row 7 one week and then row 8 the next week so I also need to be able to search for the name in the column and then use that row reference in the formula, possibly using an IF statement?
I am not sure if this is actually possible but would really appreciate any help given (even if it is just to say that)!
Bookmarks