Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mike
 
Posts: n/a
Default 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   Report Post  
Stefi
 
Posts: n/a
Default

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   Report Post  
mike
 
Posts: n/a
Default

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I calculate an employee timesheet in Excel? Raven Excel Worksheet Functions 1 October 3rd 05 07:20 PM
Timesheet help kimmyrt Excel Worksheet Functions 3 March 22nd 05 04:34 AM
overtime on timesheet kimmyrt Excel Worksheet Functions 4 January 26th 05 07:33 PM
timesheet with running total of overtime kimmyrt Excel Worksheet Functions 2 January 26th 05 06:15 PM
Timesheet functions Luc Excel Discussion (Misc queries) 5 January 5th 05 12:17 PM


All times are GMT +1. The time now is 05:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"