+ Reply to Thread
Results 1 to 3 of 3

Formula issue

  1. #1
    Registered User
    Join Date
    01-23-2007
    Posts
    20

    Formula issue

    Hi All,

    In column A I have a list of times in this format 14:34:26.

    What i want to do is have a formula in column b that rounds this time down to the nearest 15 mins, unless its within 60 seconds of the next 15 min.

    EG.
    7:13:59- round that down to 7:00:00.
    7:14:02- Round that up to 7:15:00

    The formula i am using to round down at the moment is =floor(a1,"00:15:00") but cant figure out how to do the rest.

    Anyone got any ides??

    Thanks

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try

    =FLOOR(A1+"0:01","0:15")

  3. #3
    Registered User
    Join Date
    01-23-2007
    Posts
    20
    Thanks for the quick reply!

    That seems to do the trick so thanks a lot :-)

+ 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