Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
i just want to put the time a worker come and the time he go and to have the
number of houers he worked |
#2
![]() |
|||
|
|||
![]()
With start time in A1,
And end time in B1, Try this in C1: =((B1-A1+(B1<A1))*24)*AND(B1<0,A1<0) Make sure C1 is formatted to General or Number. -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "rafi" <rafi @discussions.microsoft.com wrote in message ... i just want to put the time a worker come and the time he go and to have the number of houers he worked |
#3
![]() |
|||
|
|||
![]() A B C 1 Start End Duration 2 7:12 AM 4:30 PM 9:18 C2= B2-A1 Set Cell to hh:mm Hope this helps "rafi" wrote: i just want to put the time a worker come and the time he go and to have the number of houers he worked |
#4
![]() |
|||
|
|||
![]()
On Tue, 27 Sep 2005 12:19:04 -0700, "rafi" <rafi @discussions.microsoft.com
wrote: i just want to put the time a worker come and the time he go and to have the number of houers he worked =(EndTime-StartTime)+(StartTimeEndTime) Format the result as h:mm --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help with sumif to calculate column | Excel Discussion (Misc queries) | |||
How can I calculate Vacation Time earned based on length of emplo. | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
Not able to calculate. | Excel Worksheet Functions | |||
How do you calculate the nth root of a number in Excel 2003? | Excel Worksheet Functions |