Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
There is no doubt about it, you guys are worth your weight in gold ! There
is no way I would have come up with something like that ! I,m sorry I didn't explain myself better. The night shiift starts at 7:00pm and the dayshift starts at 7:00am However you gave me every way possible, which is going to be invaluable to me in the future. Thanks Again !! John "OssieMac" wrote: Hello John, Like Biff I was also confused by whether you want 7PM and 7AM in the night or day shifts. The interesting part is that it is difficult to compare actual times because you get a difference in the actual numeric values due to the decimal place inaccuracy so I have converted the times to text values on the 24hr clock basis. The formula should work for any date. the following formula includes 7am as day and 7pm as night. =IF(AND(TEXT(F12-INT(F12),"hh:mm:ss")="07:00:00",TEXT(F12-INT(F12),"hh:mm:ss")<"19:00:00"),"Day","Night") the following is 7am night and 7pm day. =IF(AND(TEXT(F12-INT(F12),"hh:mm:ss")"07:00:00",TEXT(F12-INT(F12),"hh:mm:ss")<="19:00:00"),"Day","Night") the following is both 7am and 7pm night =IF(AND(TEXT(F12-INT(F12),"hh:mm:ss")"07:00:00",TEXT(F12-INT(F12),"hh:mm:ss")<="19:00:00"),"Day","Night") following is both 7am and 7pm is day =IF(AND(TEXT(F12-INT(F12),"hh:mm:ss")="07:00:00",TEXT(F12-INT(F12),"hh:mm:ss")<="19:00:00"),"Day","Night") -- Regards, OssieMac |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
~Time Calculation | Excel Worksheet Functions | |||
Stop time - start time calculation | Excel Worksheet Functions | |||
Time calculation (Subraction of Idle Time) | Excel Discussion (Misc queries) | |||
Ignoring Time in a Date Time Calculation | Excel Worksheet Functions | |||
time calculation with military time | Excel Worksheet Functions |