Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sat, 17 May 2008 09:17:59 -0700 (PDT), MJKelly
wrote: Ron, Thanks for the assistance. Interesting thoughts. One thing which may help is the fact that the working day is 06:00 to 06:00. So if 06:00 was the finish time (or anything from 00:00 to 06:00) then the end time must be the following date. Would this make it easier? What would I do? I don't want to ask for the input date, but the range where the input takes place is attached to a working day, so maybe the date could be applied automatically. The start of week date would be available for reference. Thanks, Matt I don't understand your questions: So if 06:00 was the finish time (or anything from 00:00 to 06:00) then the end time must be the following date. What is the difference between "finish time" and "end time"? Would this make it easier? Make what easier? If you are writing about computing elapsed time if the shift spans midnight, them =MOD(EndTime-StartTime,1) is about as easy as it gets. If you are writing about deciding whether you entered a start time that was after the end time, and the only information you have is that a shift may not span 6AM, then maybe: =IF(MOD("6:00"-StartTime,1)<MOD(EndTime-StartTime,1),"error",MOD(EndTime-StartTime,1)) --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Ending time using Start Time and Elapsed Time | Excel Worksheet Functions | |||
calculate hours using start time & end time, excluding weekends | Excel Programming | |||
Formula to find Stop Time from Start Time and Total Minutes | Excel Worksheet Functions | |||
template or formula for start time -finish time -total hours ple | New Users to Excel | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions |