+ Reply to Thread
Results 1 to 3 of 3

calculation of pounds per hour

  1. #1
    george
    Guest

    calculation of pounds per hour

    I am trying to create a formula that calculates production pounds per hour.
    i have start time and stop time numbers that correctly return hours run in a
    format of 00:00:00 (which is what i want). when calclating pounds per hour,
    the time format in excel brings back an incorrect answer. i.e. A1=31,212
    pounds produced, B1=15:10:00 (total runtime). A1/B1 brings and incorrect
    answer of 49,390.4178. the answer should be in the 2 thousand range. please
    help.
    --
    george

  2. #2
    Niek Otten
    Guest

    Re: calculation of pounds per hour

    Divide by 24 (number of hours per day); you get 2057.934

    --
    Kind regards,

    Niek Otten

    Microsoft MVP - Excel

    "george" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to create a formula that calculates production pounds per hour.
    > i have start time and stop time numbers that correctly return hours run in
    > a
    > format of 00:00:00 (which is what i want). when calclating pounds per
    > hour,
    > the time format in excel brings back an incorrect answer. i.e. A1=31,212
    > pounds produced, B1=15:10:00 (total runtime). A1/B1 brings and incorrect
    > answer of 49,390.4178. the answer should be in the 2 thousand range.
    > please
    > help.
    > --
    > george




  3. #3
    Harald Staff
    Guest

    Re: calculation of pounds per hour

    Hi

    1 is a day in Excel. Therefore 01:00 is not 1 but 1/24. Try

    =A1/B1/24

    HTH. Best wishes Harald

    "george" <[email protected]> skrev i melding
    news:[email protected]...
    >I am trying to create a formula that calculates production pounds per hour.
    > i have start time and stop time numbers that correctly return hours run in
    > a
    > format of 00:00:00 (which is what i want). when calclating pounds per
    > hour,
    > the time format in excel brings back an incorrect answer. i.e. A1=31,212
    > pounds produced, B1=15:10:00 (total runtime). A1/B1 brings and incorrect
    > answer of 49,390.4178. the answer should be in the 2 thousand range.
    > please
    > help.
    > --
    > george




+ 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