Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have read previous threads and I am confused. I want to enter time in and
time out in hh:mm, so you can type 1930 to read 19:30. Also I want to be able to calculate the time spent (out from in) and then use the result to multiply a rate. Any simple ideas? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
format custom type in ##":"## click OK This will show you 19:30 when you type 1930 but is not a true time value, hence, you will not get correct result if you want to do calculation If you need to do calculation as mentioned, you need to input the : as 9:30 and use this formula to find the number of hours differences between start and end time A2= Start time B2= End time in C2 =MOD(B2-A2,1)*24, format as General or Number -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis Am not a greek but an ordinary user trying to assist another "Ferdy" wrote: I have read previous threads and I am confused. I want to enter time in and time out in hh:mm, so you can type 1930 to read 19:30. Also I want to be able to calculate the time spent (out from in) and then use the result to multiply a rate. Any simple ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering Time | Excel Discussion (Misc queries) | |||
Calculating Regular time, overtime and double time | Excel Worksheet Functions | |||
Entering time | Excel Discussion (Misc queries) | |||
calculating timesheet, time-in/time-out = total hours & minutes, . | Excel Worksheet Functions | |||
Calculating effective time from start/end date+time | Excel Worksheet Functions |