+ Reply to Thread
Results 1 to 5 of 5

Calculating time for certain distance and speed?

  1. #1
    Registered User
    Join Date
    03-08-2010
    Location
    Sweden
    MS-Off Ver
    MS Office 365 Mac and Windows
    Posts
    94

    Calculating time for certain distance and speed?

    Hello!

    If I have speedvalue in cell A1 let say 100 km/h and I put the distance in cell A2.

    How would the formula look like in A3 to see the time it takes to drive this distance?

    Example
    A1 = 100 km/h
    A2 = 750 meters
    A3 = time to travel the distance
    Last edited by soreno; 03-26-2010 at 08:24 AM.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606

    Re: Calculating time for certain distance and speed?

    Speed=distance/time so time=distance/speed. Remember to keep units consistent.

    Time=(A2/1000)/A1

  3. #3
    Registered User
    Join Date
    03-08-2010
    Location
    Sweden
    MS-Off Ver
    MS Office 365 Mac and Windows
    Posts
    94

    Re: Calculating time for certain distance and speed?

    Quote Originally Posted by StephenR View Post
    Speed=distance/time so time=distance/speed. Remember to keep units consistent.

    Time=(A2/1000)/A1
    Hmm..

    If I simplify a little by using below numbers and your suggested calculation

    A1 = 100 km/h (speed)
    A2 = 50 000 meters (distance)
    A3 {=A2/1000)/A1] Results in "0,50"

    It should give me 30 minutes or 1800 seconds but it does not work with any time formula on the A3 cell

    Thanks

  4. #4
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606

    Re: Calculating time for certain distance and speed?

    30 minutes = 0.5 hours so it is the right answer. If you want to display something else you need to factor that into the calculation.

  5. #5
    Registered User
    Join Date
    03-08-2010
    Location
    Sweden
    MS-Off Ver
    MS Office 365 Mac and Windows
    Posts
    94

    Re: Calculating time for certain distance and speed?

    OK I got it!

    By using Time=(A2/1000/A1*60 or 3600) I got minutes or seconds.

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1