Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to get the time in a call, and return if this time is ONTIME or LATE
The time cell is in" 23:00" cell looks 4:47 This is what I was working on, but I cannot remove the ":" without error to the funtion. =IF(E124<=5:00,"ONTIME","LATE") ANy help would be thankful |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If E124 contains a time and you want late to mean after 5:00 PM then use:
=IF(E124<=0.708333333333333,"ONTIME","LATE") -- Gary's Student "Jeff" wrote: I'm trying to get the time in a call, and return if this time is ONTIME or LATE The time cell is in" 23:00" cell looks 4:47 This is what I was working on, but I cannot remove the ":" without error to the funtion. =IF(E124<=5:00,"ONTIME","LATE") ANy help would be thankful |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(E124<=TIME(17,0,0),"ON TIME","LATE")
"Jeff" wrote: I'm trying to get the time in a call, and return if this time is ONTIME or LATE The time cell is in" 23:00" cell looks 4:47 This is what I was working on, but I cannot remove the ":" without error to the funtion. =IF(E124<=5:00,"ONTIME","LATE") ANy help would be thankful |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
synchronizing timestamp feature with time on video software. | Excel Discussion (Misc queries) | |||
formula to determine time range overlap? | Excel Discussion (Misc queries) | |||
Hot key for time? | Excel Worksheet Functions | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
Entering Times | Excel Discussion (Misc queries) |