G Guest Jan 1, 2006 #1 I want to enter flight times (6:30, 10:45, 2:50, etc) and calulate a running total (6:30, 17:15, 20:05, etc) in Excel
I want to enter flight times (6:30, 10:45, 2:50, etc) and calulate a running total (6:30, 17:15, 20:05, etc) in Excel
B Biff Jan 1, 2006 #2 Hi! Assume your times are in the range A1:A3. Enter this formula in B1: =SUM(A$1:A1) Format the cell as Custom: [h]:mm Copy down as needed. Biff
Hi! Assume your times are in the range A1:A3. Enter this formula in B1: =SUM(A$1:A1) Format the cell as Custom: [h]:mm Copy down as needed. Biff