Hi, I would like to calculate the halfway point between two date-time entries, but then I want as a result a time occurring between 8:00 and 20:00. So if the halfway point is outside this timeframe and before 2:00, it would round down to 20:00 the day before, after 2:00, it would round up to 8:00. How would I do this?
Thanks in advance for your help!