+ Reply to Thread
Results 1 to 4 of 4

how to calculate time start & time finish in quarter hour

  1. #1
    Peter Wu
    Guest

    how to calculate time start & time finish in quarter hour

    I would like to show the difference between start and end time in hours and
    quarter in Excel 2003. Example:

    Start time End time Result
    15.30 1.15 9.85

    I would like to see the result column showing 9 hours and 3 quarters,
    instead of 9.85 hrs. Can anyone help. Im using Microsoft

  2. #2
    Peo Sjoblom
    Guest

    Re: how to calculate time start & time finish in quarter hour

    I don't see how 9.85 hours can ever be 9 hours and 3 quarters?

    If you use start time 15:30 and end time 01:15, that gives a result of 9:45
    or 9.75 using decimals, that is 3 quarters

    you can round it to the nearest 0.25 and then use

    =MOD(ROUND(A1*4,0)/4,1)/0.25

    --

    Regards,

    Peo Sjoblom

    Excel 95 - Excel 2007
    Northwest Excel Solutions
    www.nwexcelsolutions.com
    "It is a good thing to follow the first law of holes;
    if you are in one stop digging." Lord Healey


    "Peter Wu" <Peter [email protected]> wrote in message
    news:[email protected]...
    >I would like to show the difference between start and end time in hours and
    > quarter in Excel 2003. Example:
    >
    > Start time End time Result
    > 15.30 1.15 9.85
    >
    > I would like to see the result column showing 9 hours and 3 quarters,
    > instead of 9.85 hrs. Can anyone help. Im using Microsoft




  3. #3
    DigitalDuck
    Guest

    RE: how to calculate time start & time finish in quarter hour

    Click in the cells you want to be formatted that way then go to:
    Format->Cells->Fraction->As Quarters

    This will result in 9.85 being displayed as 9 3/4

    -DD

    "Peter Wu" wrote:

    > I would like to show the difference between start and end time in hours and
    > quarter in Excel 2003. Example:
    >
    > Start time End time Result
    > 15.30 1.15 9.85
    >
    > I would like to see the result column showing 9 hours and 3 quarters,
    > instead of 9.85 hrs. Can anyone help. Im using Microsoft


  4. #4
    SimonCC
    Guest

    RE: how to calculate time start & time finish in quarter hour

    Try this:
    =INT((EndTime-StartTime)/1)&" hours "&INT(MOD((EndTime-StartTime),1)/0.25)&"
    quarters"

    -Simon

    "Peter Wu" wrote:

    > I would like to show the difference between start and end time in hours and
    > quarter in Excel 2003. Example:
    >
    > Start time End time Result
    > 15.30 1.15 9.85
    >
    > I would like to see the result column showing 9 hours and 3 quarters,
    > instead of 9.85 hrs. Can anyone help. Im using Microsoft


+ 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