Hi all, hoping I can get help with this one.
I have timing data that splits into segments with start date, start time and end time. The problem is this date can fall into the following day but the date doesn't change in the file.
Example below.
DATE START END
30/12/2024. 22:00. 23:50
30/12/2024. 23:50. 00:15
30/12/2024. 00:15. 03:00
30/12/2024. 03:00. 05:00
In the example above line 3 actually starts on the 31st so it needs to look like this.
DATE START END
30/12/2024. 22:00. 23:50
30/12/2024. 23:50. 00:15
31/12/2024. 00:15. 03:00
31/12/2024. 03:00. 05:00
Any help would be appreciated, I've been trying all day!
I have timing data that splits into segments with start date, start time and end time. The problem is this date can fall into the following day but the date doesn't change in the file.
Example below.
DATE START END
30/12/2024. 22:00. 23:50
30/12/2024. 23:50. 00:15
30/12/2024. 00:15. 03:00
30/12/2024. 03:00. 05:00
In the example above line 3 actually starts on the 31st so it needs to look like this.
DATE START END
30/12/2024. 22:00. 23:50
30/12/2024. 23:50. 00:15
31/12/2024. 00:15. 03:00
31/12/2024. 03:00. 05:00
Any help would be appreciated, I've been trying all day!