On time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
If E124 contains a time and you want late to mean after 5:00 PM then use:

=IF(E124<=0.708333333333333,"ONTIME","LATE")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top