Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
for example if a employee logs in at 5.00pm in the evening and logs out at
3.30am, how to calculate the no.of hours between 5.00pm and 3.30am, (date is not captured) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try,
Start time in A1, end time in B1 =(B1-A1+(B1<A1))*24 Mike "MURUGANGENIUS" wrote: for example if a employee logs in at 5.00pm in the evening and logs out at 3.30am, how to calculate the no.of hours between 5.00pm and 3.30am, (date is not captured) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A1=17:00
B1=03:30 in C1, format as General: =MOD(B1-A1,1)*24 Number of hours as decimal number HTH "MURUGANGENIUS" wrote: for example if a employee logs in at 5.00pm in the evening and logs out at 3.30am, how to calculate the no.of hours between 5.00pm and 3.30am, (date is not captured) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate time in days:hours:minutes | Excel Discussion (Misc queries) | |||
Calculate working hours from a start and finish time over several | Excel Worksheet Functions | |||
How do you subtract time as in a timecard to calculate hours work | Excel Worksheet Functions | |||
Calculate difference in time spanning a day, during office hours o | Excel Discussion (Misc queries) | |||
calculate difference in time to hours | Excel Worksheet Functions |