C
Chris Benham
Okay, I am working on a time-card/invoice sheet that I can use to clock
in and out and compute the amount of time worked for that shift. I
already have this portion figured out, using the formula
=TEXT(C2-B2,"h:mm"). I end up with a h:mm result (i.e. 1:20, meaning
one hour and twenty minutes worked).
Now I need to add all of these results together to get a total number of
hours and minutes worked, and then multiply that amount by my hourly
rate to get a total amount due.
Any advice on how to accomplish this?
Chris
in and out and compute the amount of time worked for that shift. I
already have this portion figured out, using the formula
=TEXT(C2-B2,"h:mm"). I end up with a h:mm result (i.e. 1:20, meaning
one hour and twenty minutes worked).
Now I need to add all of these results together to get a total number of
hours and minutes worked, and then multiply that amount by my hourly
rate to get a total amount due.
Any advice on how to accomplish this?
Chris