+ Reply to Thread
Results 1 to 4 of 4

velocity=Distance/time

  1. #1
    Rasoul Khoshravan Azar
    Guest

    velocity=Distance/time

    I want to obtain velocity of a vehicle by dividing distance(ordinary number
    format) to time(time format of 00:00) by the formula: velocity=distance
    (km)/Time(minute). And alternatively transfer it to Km/hour unit.
    Divding numbers by 00:00 format requires special command which I have
    forgotten.
    Any help or sugesstion will be highly appreciated.
    TIA Rasoul Khoshravan Azar


  2. #2
    Dave Peterson
    Guest

    Re: velocity=Distance/time

    With the km in A1, the time in B1:

    =A1/B1/24

    But format that cell as General (or some Number (not Time)).

    Rasoul Khoshravan Azar wrote:
    >
    > I want to obtain velocity of a vehicle by dividing distance(ordinary number
    > format) to time(time format of 00:00) by the formula: velocity=distance
    > (km)/Time(minute). And alternatively transfer it to Km/hour unit.
    > Divding numbers by 00:00 format requires special command which I have
    > forgotten.
    > Any help or sugesstion will be highly appreciated.
    > TIA Rasoul Khoshravan Azar


    --

    Dave Peterson

  3. #3
    Bernard Liengme
    Guest

    Re: velocity=Distance/time

    A1=distance (say 25)
    B1= time (say 0:30)
    C1= A1/(B1*24) you may need to format cell as general or number (example
    will show 50)

    Time is stored as fraction of a day hence the need to multiply by 24.
    best wishes

    --
    Bernard Liengme
    www.stfx.ca/people/bliengme
    remove CAPS in email address


    "Rasoul Khoshravan Azar" <rasoulazar@hotmail.com> wrote in message
    news:u9Z46ZZBFHA.1260@TK2MSFTNGP12.phx.gbl...
    >I want to obtain velocity of a vehicle by dividing distance(ordinary number
    > format) to time(time format of 00:00) by the formula: velocity=distance
    > (km)/Time(minute). And alternatively transfer it to Km/hour unit.
    > Divding numbers by 00:00 format requires special command which I have
    > forgotten.
    > Any help or sugesstion will be highly appreciated.
    > TIA Rasoul Khoshravan Azar
    >




  4. #4
    Rasoul Khoshravan Azar
    Guest

    Re: velocity=Distance/time

    Dear Dave
    Thanks that worked and give the result as Km/hour.
    If I want to get the result in Km/minute, I can divide the result to 60.

    "Dave Peterson" <ec35720@netscapeXSPAM.com> wrote in message
    news:41FAD819.3ACC425E@netscapeXSPAM.com...
    > With the km in A1, the time in B1:
    >
    > =A1/B1/24
    >
    > But format that cell as General (or some Number (not Time)).
    >
    > Rasoul Khoshravan Azar wrote:
    > >
    > > I want to obtain velocity of a vehicle by dividing distance(ordinary

    number
    > > format) to time(time format of 00:00) by the formula: velocity=distance
    > > (km)/Time(minute). And alternatively transfer it to Km/hour unit.
    > > Divding numbers by 00:00 format requires special command which I have
    > > forgotten.
    > > Any help or sugesstion will be highly appreciated.
    > > TIA Rasoul Khoshravan Azar

    >
    > --
    >
    > Dave Peterson



+ 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