+ Reply to Thread
Results 1 to 5 of 5

Rounding up to 15mins

  1. #1
    Registered User
    Join Date
    06-15-2010
    Location
    Luton, England
    MS-Off Ver
    Excel 2003
    Posts
    21

    Smile Rounding up to 15mins

    Hi Guys

    I am trying to round up peoples additional travel time, but I have already used 1 formula to convert decimals into time format.

    I need to now round up this converted time to 15mins of an hour (not the nearest 15)

    If a formula can be made so only 1 is needed then even better (combining the conversion of decimals into hours and rounding up to 15mins)

    I have attached a part of the spreadsheet

    Hope you can help

    Thanks in anticipation

    Squidge
    Attached Files Attached Files
    Last edited by Squidge; 06-16-2010 at 04:44 AM. Reason: solved

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Rounding up to 15mins

    Try =MROUND(N2, "00:15") and format as time

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Rounding up to 15mins

    Use either:

    =CEILING(K2/24,"00:15")
    format as hh:mm

    or:

    =CEILING(K2,0.25)/24
    format as hh:mm


    @zbor - MROUND is ATP dependent pre XL2007 - it will also round to nearest rather than round up as requested.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Rounding up to 15mins

    correct...

  5. #5
    Registered User
    Join Date
    06-15-2010
    Location
    Luton, England
    MS-Off Ver
    Excel 2003
    Posts
    21

    Thumbs up Re: Rounding up to 15mins

    Thanks Donkey Ote

    This has resolved my issues

    Thanks Zbor too

    Squidge

+ 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