How can I accumulate time in a flight log?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top