hello,
i have a problem with an if function, i need a yes/no if a time is in between different times, unfortunately, the cells are formatted for dd/mm/yyyy hh:mm, if the time is after 10:00 am and before 14:00 pm then yes, if not then no, heres what i have done
any ideas????![]()
=IF(AND(A1>="10:00"),"YES",IF(AND(A1<="14:00"),"YES","NO"))
thanks reg
Bookmarks