Quick help with excel formula

  • Thread starter Thread starter ABC_BOXER
  • Start date Start date
A

ABC_BOXER

Ok, i need a forumla.

this is what I want, i have two columns like this

Time Start: .............
Time Finish: ............

I fill out these two columns like this

Time Start: ...17:42...
Time Finish: ...18:25..

Now i have another Column that says

Training Length: ........

I want this to work out the time between 17:42 and 18:25

Any one help pleas
 
Hi
simply
=A2-A1
and format as time

If your training time can span midnight use the formula
=A2-A1+(A2<A1)
 
Don't forget to put hh between [] otherwise it will not count more than 24
hours

Rex
 

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