T
TheMyth
I am attempting to enter the employees start time, end time, the
compute the number of hours worked, multiply this number by the hourl
wage to get gross pay in dollars.
Example:
Cell A1 is start time =time(14,30,0) 2:30 pm
Cell B1 is end time =time(19,0,0) 7:00 pm
Cell C1 calculates time worked =b1-a1 4:30
Cell D1 is the hourly wage $7.00
The total goes in cell E1 and should be =c1*d1 = $31.50, but I kee
getting 1.3125. Can someone please help me straighten this out.
Thanks.
TheMyt
compute the number of hours worked, multiply this number by the hourl
wage to get gross pay in dollars.
Example:
Cell A1 is start time =time(14,30,0) 2:30 pm
Cell B1 is end time =time(19,0,0) 7:00 pm
Cell C1 calculates time worked =b1-a1 4:30
Cell D1 is the hourly wage $7.00
The total goes in cell E1 and should be =c1*d1 = $31.50, but I kee
getting 1.3125. Can someone please help me straighten this out.
Thanks.
TheMyt