Thread: time sheet
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Monty
 
Posts: n/a
Default time sheet

I want to work out the number of overtime hours worked by double time or time
and a half each month. Cell A4 I input the date, cell B4 I input the hours,
C4 the hourly rate is input, D4 the number of staff is input , in cell E4 I
have the total hours worked.
I have this in cell E4 =TIME(INT(B4),MOD(B4,1)*100,0)*24*C4*2*D4. as you can
see I have to input double time in the formula, staff also work time and a
half. Is there anyway I can get the formula to look at the date input and if
it is a weekday then it is time and a half and if it is a weekend then double
time or can I create a column for double time and one for time and a half and
if yes is input into either of these columns then it would do this
calculation.

Any help would be greatly appreciated

Monty