Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mark Lewis
 
Posts: n/a
Default how to calculate travel times ie 72km at 80kmh

I am doing a travel itinery with start and finish points...I can estimate my
average speed between these two points (and I know the distance), but my
limited math skills prevent me from expressing the answer in time (be it
minutes or hour and minutes)...this answer is then added to my start time and
so on.
I need help in devising a formula
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default how to calculate travel times ie 72km at 80kmh

As speed = distance / time, so time = distance / speed. So if you have
your distance in A1 (say) and average speed in B1, then in C1 you can
enter the formula:

=A1/B1

This will give time in hours if distance is in km and speed is km/hr.
If you want the time in minutes, multiply by 60. If you want cumulative
time in column D, enter this formula in D2:

=C2 + C1

Copy both formulae down the columns for the extent of your itinery.

Hope this helps.

Pete

  #3   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default how to calculate travel times ie 72km at 80kmh

Sorry, the second formula should be:

=C2 + D1,

and in D1 you should enter:

=C1

Hope this helps further.

Pete

  #4   Report Post  
Posted to microsoft.public.excel.misc
Mark Lewis
 
Posts: n/a
Default how to calculate travel times ie 72km at 80kmh

Thankyou Pete...you are a legend...really appreciate your prompt reply..now I
need to express the answer in hr:m format...how do I do that? My email
address is mark.lewis@virtual should you wish to send me a sample
spreadsheet...if you have the time.

"Pete" wrote:

Sorry, the second formula should be:

=C2 + D1,

and in D1 you should enter:

=C1

Hope this helps further.

Pete


  #5   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default how to calculate travel times ie 72km at 80kmh

Hi Mark,

change the formulae to:

=C1/24 in cell D1, and:
=C2/24+D1 in cell D2.

Format both cells using Custom and set to [h]:mm. Copy D2 down column D
as necessary.

Hope this helps - no need for a sample, I think.

Pete



  #6   Report Post  
Posted to microsoft.public.excel.misc
Mark Lewis
 
Posts: n/a
Default how to calculate travel times ie 72km at 80kmh

Thanks Pete

"Pete" wrote:

Hi Mark,

change the formulae to:

=C1/24 in cell D1, and:
=C2/24+D1 in cell D2.

Format both cells using Custom and set to [h]:mm. Copy D2 down column D
as necessary.

Hope this helps - no need for a sample, I think.

Pete


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I calculate duration between two dates and times in excel? Robin CSM002 Excel Discussion (Misc queries) 3 May 13th 23 07:42 PM
calculate elapsed time between dates and times Jenna Excel Worksheet Functions 2 January 25th 06 04:39 PM
Calculate difference between 2 date and times with average Aeryn635 Excel Discussion (Misc queries) 1 December 15th 05 02:56 AM
Formula to calculate elapsed time between certain dates and times Stadinx Excel Discussion (Misc queries) 6 March 25th 05 07:02 AM
how do i calculate minutes between two times? Ron Excel Discussion (Misc queries) 5 February 2nd 05 01:39 AM


All times are GMT +1. The time now is 04:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"