Let's say, I have the following times.
Time_1 Time_2
10:08:00 10:08:00
11:00:00 12:00:00
12:30:00 14:30:00
I would like to calculate the average time between them and would like to get the following result.
Time_1 Time_2 Average_time
10:08:00 10:08:00 10:08:00
11:00:00 12:00:00 11.30.00
12:30:00 14:30:00 13.15.00
Can anyone help with this?