+ Reply to Thread
Results 1 to 3 of 3

Thread: timesheet with OT

  1. #1
    mike
    Guest

    timesheet with OT

    I am trying to make a simple timesheet, if I figure it out a little better I
    will expand it, that will add over time. I just want to add up the 7 days,
    cells A1-A7 and put that total in cell A9 {=SUM(A1:A7)} in cell A10 I would
    like it to not do anything until columns A1-A7 go over 40, I would then like
    the number 40 to stay at 40 in cell A9 then put anything over that in cell
    A10{=SUMIF(A9,">40")-40} sort of like this. Is their a way to keep the
    "-40" in cell A10 "invisable" until it goes over 0? And to stop the 40 in
    cell A9 from going over 40? Thanks.






  2. #2
    Stefi
    Guest

    RE: timesheet with OT

    A9: =MIN(SUM(A1:A7),40)
    A10: =MAX(0,SUM(A1:A7)-40)

    Regards,
    Stefi

    „mike” ezt *rta:

    > I am trying to make a simple timesheet, if I figure it out a little better I
    > will expand it, that will add over time. I just want to add up the 7 days,
    > cells A1-A7 and put that total in cell A9 {=SUM(A1:A7)} in cell A10 I would
    > like it to not do anything until columns A1-A7 go over 40, I would then like
    > the number 40 to stay at 40 in cell A9 then put anything over that in cell
    > A10{=SUMIF(A9,">40")-40} sort of like this. Is their a way to keep the
    > "-40" in cell A10 "invisable" until it goes over 0? And to stop the 40 in
    > cell A9 from going over 40? Thanks.
    >
    >
    >
    >
    >
    >


  3. #3
    mike
    Guest

    Re: timesheet with OT

    Stefi wrote:
    > A9: =MIN(SUM(A1:A7),40)
    > A10: =MAX(0,SUM(A1:A7)-40)
    >
    > Regards,
    > Stefi
    >
    > "mike" ezt rta:
    >
    >> I am trying to make a simple timesheet, if I figure it out a little
    >> better I will expand it, that will add over time. I just want to
    >> add up the 7 days, cells A1-A7 and put that total in cell A9
    >> {=SUM(A1:A7)} in cell A10 I would like it to not do anything until
    >> columns A1-A7 go over 40, I would then like the number 40 to stay at
    >> 40 in cell A9 then put anything over that in cell
    >> A10{=SUMIF(A9,">40")-40} sort of like this. Is their a way to keep
    >> the "-40" in cell A10 "invisable" until it goes over 0? And to stop
    >> the 40 in cell A9 from going over 40? Thanks.


    Thanks!!




+ 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.2.0