Hi
I have a spreadsheet that contains hours worded by day for a calendar year
I need to be able to calculate the total hours worked over a period of 10 days.
How can I do so when the data is layed out as follows
[pre]
[/pre]
the formula needs to count the hours worked backwards from Jan23 until it reaches a
total count of 10 days worked. Where the cell is null or empty it has to move to the next
cell location until it counts 10 cells with values.
once we have the 10 cells with values it sums the total hours workd and divides it by
10 for the average hours worked.
i hope i have explained this clearly.
Regards
fcf
I have a spreadsheet that contains hours worded by day for a calendar year
I need to be able to calculate the total hours worked over a period of 10 days.
How can I do so when the data is layed out as follows
[pre]
Code:
month jan 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 and so on
hours-----5,8,3,6,7, ,6,7,8,06,07,06,08,04,06,05, ,02,08,00,08,06,09,
the formula needs to count the hours worked backwards from Jan23 until it reaches a
total count of 10 days worked. Where the cell is null or empty it has to move to the next
cell location until it counts 10 cells with values.
once we have the 10 cells with values it sums the total hours workd and divides it by
10 for the average hours worked.
i hope i have explained this clearly.
Regards
fcf