+ Reply to Thread
Results 1 to 5 of 5

Timesheet calculations - next start time in 6min increments

  1. #1
    Registered User
    Join Date
    11-25-2019
    Location
    Brisbane, Australia
    MS-Off Ver
    365?
    Posts
    3

    Timesheet calculations - next start time in 6min increments

    Hello

    I have searched forums today to no avail. I am very inexperienced with Excel and feel like this might be quite a simple question!

    This is what I want to do:

    A1 - initial start time [8:00 AM]
    B1 - end time [8:05 AM]
    C1 - rounded up to number of six minute units indicated as a decimal [0.1] formula =ROUNDUP(HOUR(B1-A1)+DOLLARDE(MINUTE(B1-A1)/60,10),1)
    D1 - indicated as minutes [.06] formula =C1*0.6

    I have the above working ok so far. What I want to do is then have a formula so that A2 is however many 'units' (i.e. six minute increments) later than A1. So, I need the formulas to automate A2, A3 and so on, in the following example:

    Excel query.jpg

    Please help!!

    Thank you.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,679

    Re: Timesheet calculations - next start time in 6min increments

    Put this in A2:

    =A1+TIME(0,6,0)

    then copy down as far as you need to.

    Hope this helps.

    Pete

  3. #3
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    483

    Re: Timesheet calculations - next start time in 6min increments

    Try putting the following formula in cell A2 and drag-copying it down as needed:

    =CEILING(B1,"0:06")

  4. #4
    Registered User
    Join Date
    11-25-2019
    Location
    Brisbane, Australia
    MS-Off Ver
    365?
    Posts
    3

    Re: Timesheet calculations - next start time in 6min increments

    Thanks Pete - I changed the calculations slightly so that Column D is indicated as a whole number, and used the formula =A1+TIME(0,D1,0) instead, which worked! Thank you :-)

  5. #5
    Registered User
    Join Date
    11-25-2019
    Location
    Brisbane, Australia
    MS-Off Ver
    365?
    Posts
    3

    Re: Timesheet calculations - next start time in 6min increments

    Thanks Root_ - I used a variations of Pete's formula above which has worked

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Timesheet Calculations
    By Vibro in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-18-2018, 06:15 PM
  2. Timesheet Calculations to calculate overtime
    By cikuri in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-23-2014, 04:12 PM
  3. Creating a timesheet with rather complicated overtime calculations
    By montywest in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-02-2014, 08:21 AM
  4. [SOLVED] Rounding to 6 Minute Increments for Timesheet
    By JRose0303 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-02-2012, 11:23 AM
  5. Replies: 3
    Last Post: 03-27-2012, 01:07 PM
  6. Timesheet calculations
    By stemcell1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-18-2008, 08:31 PM
  7. Timesheet Calculations
    By CS Project Man in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-13-2006, 03:10 PM

Tags for this Thread

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