Hi,
I have a question about two columns (start_time and end_time).
Both columns have a 'date, 'time' and 'timezone'.
I want to calculate the columns into the right time in a extra column.
Example:
When you look at the first row
Start_time = 10-6-2023 12:30:00 +02:00
End_time = 10-6-2023 18:00:00 + 02:00
This is what I want:
Start_time = 14:30:00
End_time = 20:00:00
Third column = 05:30:00 (hours between the start and end time)
Sometimes the end_time date is greater then the start_time date. Example:
Start_time = 24-11-2022 23:00:00 +01:00
End_time = 25-11-2022 03:00:00 +01:00
What I want:
Start_time = 24:00:00 or 00:00:00
End_time = 04:00:00
Third column = 04:00:00 (hours between the start and end time)
Hope this is possible.
Martijn
I have a question about two columns (start_time and end_time).
Both columns have a 'date, 'time' and 'timezone'.
I want to calculate the columns into the right time in a extra column.
Example:
When you look at the first row
Start_time = 10-6-2023 12:30:00 +02:00
End_time = 10-6-2023 18:00:00 + 02:00
This is what I want:
Start_time = 14:30:00
End_time = 20:00:00
Third column = 05:30:00 (hours between the start and end time)
Sometimes the end_time date is greater then the start_time date. Example:
Start_time = 24-11-2022 23:00:00 +01:00
End_time = 25-11-2022 03:00:00 +01:00
What I want:
Start_time = 24:00:00 or 00:00:00
End_time = 04:00:00
Third column = 04:00:00 (hours between the start and end time)
Hope this is possible.
Martijn