+ Reply to Thread
Results 1 to 3 of 3

Timesheet Rounding - 6 Minute Increment

  1. #1
    Registered User
    Join Date
    06-14-2012
    Location
    Ohio
    MS-Off Ver
    Microsoft 365
    Posts
    76

    Timesheet Rounding - 6 Minute Increment

    I need help formulating a time sheet with 6 minute increments. If an employee's time in is 8:15, I want it to automatically revert to 8:12 (the last 6 minute increment). The formula I'm currently using, =+MROUND(E10,0.004167), is rounding to the nearest 6 minute, but not exactly how we need it. Example: If the time in is 8:15, it's changing it to 8:12, but if it's 8:16, it's changing it to 8:18. I need it to change to the last 6 minute increment, regardless of how close it is to the next 6 minute increment.

    I've tried this formula as well but it just rounds to the next 6 minute increment: =CEILING(E9,0.004167)

    Column E is where the employee is inputting their time in/out.
    Column D is where I want the formula placed to revert to the proper 6 minute increment.

    Thanks for your help with this!

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

    Re: Timesheet Rounding - 6 Minute Increment

    Try FLOOR like this

    =FLOOR(E9,"0:06")
    Audere est facere

  3. #3
    Registered User
    Join Date
    06-14-2012
    Location
    Ohio
    MS-Off Ver
    Microsoft 365
    Posts
    76

    Re: Timesheet Rounding - 6 Minute Increment

    Perfect! Thank you so much!

+ 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