Just use a formula like
=F1-E1+(E1>F1)
to calculate elapsed time.
To check if H or C, use
=IF(AND(E1>=shift_start,F1<=shift_end),"H","C")

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Our employees that are called for emergency work on designated holidays
> earn two types of reimbursable time. If they work during what would
[quoted text clipped - 10 lines]
> not worked out for me yet)? Any direction will be appreciated.
> John
John Smith - 15 Jul 2006 01:01 GMT
> Just use a formula like
>
[quoted text clipped - 5 lines]
>
> =IF(AND(E1>=shift_start,F1<=shift_end),"H","C")
Thank you for your help. I have tried both and they work. Now to share
more of my ignorance: is there a way to have the amount of hours worked
(answer in first formula above) convert to number of hours (example,
2.5, 7.5, 3.0) and the like. What I did not say in the first cry for
help is that column G is for the amount of hours of H and column H is
for the amount of C hours. So basically, how can I convert the lapsed
time into the number of hours and is there a way to analyze the start
and stop times and sort them into the respective columns (as above) as
the numbers of hours for each just by giving the start and stop times.
Also, in the formula you used shift_start and shift_end; how do I let
the little wizard inside know what that time is?
As you can see, I am in need of help.