+ Reply to Thread
Results 1 to 5 of 5

anybody?

  1. #1
    Registered User
    Join Date
    09-02-2005
    Posts
    58

    anybody?

    this is my problem:

    A1 time in [1:00am]

    b1 time out [1:45AM]

    c1 running hours
    formula= mod(b1-a1,1) [h]

    d1 km

    e1 running hours/km
    =c1/d1???

  2. #2
    Gary''s Student
    Guest

    RE: anybody?

    Remember that time differences, however they are displayed, are actually
    numerically fraction of a day. 45 minutes is acually .03125

    =24*C1/D1

    --
    Gary''s Student


    "cjjoo" wrote:

    >
    > this is my problem:
    >
    > A1 time in [1:00am]
    >
    > b1 time out [1:45AM]
    >
    > c1 running hours
    > formula= mod(b1-a1,1) [h]
    >
    > d1 km
    >
    > e1 running hours/km
    > =c1/d1???
    >
    >
    > --
    > cjjoo
    > ------------------------------------------------------------------------
    > cjjoo's Profile: http://www.excelforum.com/member.php...o&userid=26916
    > View this thread: http://www.excelforum.com/showthread...hreadid=470125
    >
    >


  3. #3
    Bob Phillips
    Guest

    Re: anybody?

    Just format e1 as general?

    --
    HTH

    Bob Phillips

    "cjjoo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > this is my problem:
    >
    > A1 time in [1:00am]
    >
    > b1 time out [1:45AM]
    >
    > c1 running hours
    > formula= mod(b1-a1,1) [h]
    >
    > d1 km
    >
    > e1 running hours/km
    > =c1/d1???
    >
    >
    > --
    > cjjoo
    > ------------------------------------------------------------------------
    > cjjoo's Profile:

    http://www.excelforum.com/member.php...o&userid=26916
    > View this thread: http://www.excelforum.com/showthread...hreadid=470125
    >




  4. #4
    Bob Phillips
    Guest

    Re: anybody?

    Of course Gary is right as well, you need to convert the time to decimal,
    but wouldn't you do it the other way around to get kph, that is

    E1: = D1/(C1*24)

    --
    HTH

    Bob Phillips

    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > Just format e1 as general?
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "cjjoo" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > this is my problem:
    > >
    > > A1 time in [1:00am]
    > >
    > > b1 time out [1:45AM]
    > >
    > > c1 running hours
    > > formula= mod(b1-a1,1) [h]
    > >
    > > d1 km
    > >
    > > e1 running hours/km
    > > =c1/d1???
    > >
    > >
    > > --
    > > cjjoo
    > > ------------------------------------------------------------------------
    > > cjjoo's Profile:

    > http://www.excelforum.com/member.php...o&userid=26916
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=470125
    > >

    >
    >




  5. #5
    Roger Govier
    Guest

    Re: anybody?

    Hi

    Excel stores times as a fraction of a day, therefore you need to multiply by
    24 to get real hours.
    =(c1*24)/d1

    Regards

    Roger Govier


    cjjoo wrote:
    > this is my problem:
    >
    > A1 time in [1:00am]
    >
    > b1 time out [1:45AM]
    >
    > c1 running hours
    > formula= mod(b1-a1,1) [h]
    >
    > d1 km
    >
    > e1 running hours/km
    > =c1/d1???
    >
    >


+ 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