+ Reply to Thread
Results 1 to 3 of 3

[SOLVED] Automatic timesheets

Hybrid View

  1. #1
    Greg Brow
    Guest

    [SOLVED] Automatic timesheets

    What I am looking to do is,

    I have a roster where I have automatically works the hours out but the
    problem I have is if the person works more than 5 hours they take a half an
    hour break and if they work more than 8 hours they are entitled to a 1 hour
    break.

    How can I get this to happen automatically

    Thanks in advance

    Greg



  2. #2
    Tom Ogilvy
    Guest

    Re: Automatic timesheets

    =if(hours < 5,0,if(hours<8,.5,1))

    hours is a cell that holds hours worked as decimal numbers (rather than
    excel time values)

    would be a generalized approach.

    --
    Regards,
    Tom Ogilvy

    "Greg Brow" <gregslaptop@ihug.com.au> wrote in message
    news:cuafl7$u20$1@lust.ihug.co.nz...
    > What I am looking to do is,
    >
    > I have a roster where I have automatically works the hours out but the
    > problem I have is if the person works more than 5 hours they take a half

    an
    > hour break and if they work more than 8 hours they are entitled to a 1

    hour
    > break.
    >
    > How can I get this to happen automatically
    >
    > Thanks in advance
    >
    > Greg
    >
    >




  3. #3
    Greg Brow
    Guest

    Re: Automatic timesheets

    Thanks for the help sorry for the delay in replying

    Greg
    "Tom Ogilvy" <twogilvy@msn.com> wrote in message
    news:eOZIZYeDFHA.4072@TK2MSFTNGP10.phx.gbl...
    > =if(hours < 5,0,if(hours<8,.5,1))
    >
    > hours is a cell that holds hours worked as decimal numbers (rather than
    > excel time values)
    >
    > would be a generalized approach.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "Greg Brow" <gregslaptop@ihug.com.au> wrote in message
    > news:cuafl7$u20$1@lust.ihug.co.nz...
    >> What I am looking to do is,
    >>
    >> I have a roster where I have automatically works the hours out but the
    >> problem I have is if the person works more than 5 hours they take a half

    > an
    >> hour break and if they work more than 8 hours they are entitled to a 1

    > hour
    >> break.
    >>
    >> How can I get this to happen automatically
    >>
    >> Thanks in advance
    >>
    >> Greg
    >>
    >>

    >
    >




+ 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