2020-10-21 16:09:06 UTC
I want to subtract the two cells containing the date and time (dd/mm/yy hh:mm:ss).
Initially, they were both just time cells, but I was getting an error if the end time was greater than the start time (e.g., 01:31:40 - 01:56:27 = #VALUE!) I assume that's because excel didn't know that my "greater" end time was actually 01:56:27 the following day.
So I tried including the date as well, hoping it would be able to calculate the difference, but I still get "#VALUE!".
I want to show the amount of time in hours, minutes, and seconds between the two cells.
I do not want to split the cells.
I need them in this specific date-time format for the project I am working on.