I am looking to show hospital procedure times done out of hours which would be between 19:00pm to 07:59am.
For example a procedure start time at 01:15 should show as "Out of Hours" or "In Hours" if the procedure start time was between 08:00am and 18:59pm. My current coding with Column N being the Time into Theatre is =IF(N2="","",IF(N2>=(- -"07:00 PM"),"Yes","No")) but it doesn't pick up the time after midnight before 07:59 the next day.
Can anyone help please?
