+ Reply to Thread
Results 1 to 3 of 3

Adding work hours based on particular start or finish times

  1. #1
    Registered User
    Join Date
    11-02-2013
    Location
    North Queensland Australia
    MS-Off Ver
    Excel 2007
    Posts
    44

    Adding work hours based on particular start or finish times

    I am trying to automate the calculation of hours worked from Mon to Fri if a shift starts before a given time, or finishes after a given time.
    The spreadsheet is attached.
    I really have no idea where to start with it.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: Adding work hours based on particular start or finish times

    Maybe you could do something with this...

    =IF(ISBLANK(C3),"",IF(OR(C3<TIME(7,0,0),D3>TIME(18,0,0)),1,""))

    This will return a 1 if the start or finish time is before or after 07:00 & 18:00

    Windy

  3. #3
    Registered User
    Join Date
    11-02-2013
    Location
    North Queensland Australia
    MS-Off Ver
    Excel 2007
    Posts
    44

    Re: Adding work hours based on particular start or finish times

    Hi Windy,
    Thank you for the reply.
    I am working on the same theory, I substitute the 1 at the end of your formula with the cell reference, from the hours of the shift and this will give me the hours that attract the shift penalty.
    It does mean having another set of cells to match the roster lines and days but it does work.

    Thank you

+ 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. Replies: 2
    Last Post: 05-15-2014, 09:04 AM
  2. [SOLVED] Mark the Hours in use based on a start and finish time!!! HELP!!
    By KattieSpencer in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-12-2014, 09:56 AM
  3. Replies: 5
    Last Post: 12-17-2013, 12:00 PM
  4. [SOLVED] How do i calculate work hours from only a start and finish date and time?
    By transitsolutions in forum Excel General
    Replies: 1
    Last Post: 02-28-2013, 03:39 PM
  5. Formula count of hours between start/finish times
    By robenson in forum Excel General
    Replies: 3
    Last Post: 02-14-2011, 07:01 AM

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