Hello,
I'm hoping someone may be able to help me with a final piece on my spreadsheet that I just cannot get to work.
On my spreadsheet I have a column (lets say C) which contains the total flight time based on departure and arrival times (in cols A and B) for a number of different routes (one route per row). As some flights are international, the total flight time could in some cases be over 24 hours, so I have formatted the total time as [h]:mm. An added complication is that some routes involve just one flight, and others two flights (which also have a connection time stored in another column that needs to be taken into account.
I have a further column which stores the total time for each route - this is the sum of the flight time for flight 1 plus, if there is a second flight, the connection time and the flight time for flight 2. Again, as this total time is likely to be over 24 hours for some routes I have formatted this column as [h]:mm. However for total times of less than 24 hours, this format doesn't seem to be working.
To illustrate:
Cols A B C D
Rows Flight Time 1 Flight Time 2 Connection Time Total Time
1 1:15 10:05 1:45 13:05 correct
2 1:17 12:50 2:55 41:02 incorrect (should be 17:02)
3 21:20 6:55 2:20 30:25 correct
All times have been formatted as [h]:mm. If I format the Total Time column as h:mm, then although rows 2 and 3 show the correct total time, the total time in row 3 above shows as 6:25 which is incorrect. I just cannot seem to get a format that consistently shows the correct total time in all scenarios.
Just for reference the formula in column D is A1+B1+C1. I've also tried SUM(A1,B1,C1), but that hasn't worked either.
Any help would be appreciated.
Thanks
Chris
I'm hoping someone may be able to help me with a final piece on my spreadsheet that I just cannot get to work.
On my spreadsheet I have a column (lets say C) which contains the total flight time based on departure and arrival times (in cols A and B) for a number of different routes (one route per row). As some flights are international, the total flight time could in some cases be over 24 hours, so I have formatted the total time as [h]:mm. An added complication is that some routes involve just one flight, and others two flights (which also have a connection time stored in another column that needs to be taken into account.
I have a further column which stores the total time for each route - this is the sum of the flight time for flight 1 plus, if there is a second flight, the connection time and the flight time for flight 2. Again, as this total time is likely to be over 24 hours for some routes I have formatted this column as [h]:mm. However for total times of less than 24 hours, this format doesn't seem to be working.
To illustrate:
Cols A B C D
Rows Flight Time 1 Flight Time 2 Connection Time Total Time
1 1:15 10:05 1:45 13:05 correct
2 1:17 12:50 2:55 41:02 incorrect (should be 17:02)
3 21:20 6:55 2:20 30:25 correct
All times have been formatted as [h]:mm. If I format the Total Time column as h:mm, then although rows 2 and 3 show the correct total time, the total time in row 3 above shows as 6:25 which is incorrect. I just cannot seem to get a format that consistently shows the correct total time in all scenarios.
Just for reference the formula in column D is A1+B1+C1. I've also tried SUM(A1,B1,C1), but that hasn't worked either.
Any help would be appreciated.
Thanks
Chris