+ Reply to Thread
Results 1 to 4 of 4

Rounding Time Calculations

  1. #1
    Terry Bennett
    Guest

    Rounding Time Calculations

    I have a spreadsheet which calculates times that a vehicle takes to travel
    from one destination to another at a variable speed input.

    I need to be able to round-up the times to the nearest 15 minutes, ie; if
    the calculation shows an arrival time of 11:34, I need to round this to
    11:45.

    Any ideas?



  2. #2
    PC
    Guest

    Re: Rounding Time Calculations

    With the arrival time in A1 try this formula

    =CEILING(A1*24,0.25)/24

    PC


    "Terry Bennett" <[email protected]> wrote in message
    news:[email protected]...
    > I have a spreadsheet which calculates times that a vehicle takes to travel
    > from one destination to another at a variable speed input.
    >
    > I need to be able to round-up the times to the nearest 15 minutes, ie; if
    > the calculation shows an arrival time of 11:34, I need to round this to
    > 11:45.
    >
    > Any ideas?
    >
    >




  3. #3
    Sandy Mann
    Guest

    Re: Rounding Time Calculations

    Terry,

    Try:

    =CEILING(G22,"0:15")

    or

    =ROUNDUP(G22*96,0)/96




    "Terry Bennett" <[email protected]> wrote in message
    news:[email protected]...
    > I have a spreadsheet which calculates times that a vehicle takes to travel
    > from one destination to another at a variable speed input.
    >
    > I need to be able to round-up the times to the nearest 15 minutes, ie; if
    > the calculation shows an arrival time of 11:34, I need to round this to
    > 11:45.
    >
    > Any ideas?
    >
    >




  4. #4
    Bob Phillips
    Guest

    Re: Rounding Time Calculations

    See http://www.xldynamic.com/source/xld.Rounding.html#time

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Terry Bennett" <[email protected]> wrote in message
    news:[email protected]...
    > I have a spreadsheet which calculates times that a vehicle takes to travel
    > from one destination to another at a variable speed input.
    >
    > I need to be able to round-up the times to the nearest 15 minutes, ie; if
    > the calculation shows an arrival time of 11:34, I need to round this to
    > 11:45.
    >
    > Any ideas?
    >
    >




+ 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