• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

If statement help

Hi guys so here is the issue.

In column B I have a bunch of arrival time ranging from 06:00:00 to 23:59:00 (B is formatted to hh:mm)
In column A I want it to say M or A or L
06:00 - 14:00 = M
14:01 - 22:00 = A
22:01 - 23:59 = L

I just cant get the IF statement to work

=IF(B1<="14:00","M",IF(B1=">=22:00:00","L","A"))
 
Back
Top