Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi ~
I've been asked to construct a timesheet where hours are tracked at 480 hour intervals. At each 480/hr interval, the employee is due for an evaluation. I'd like something like "Evaluation Due" to come up in the cell next to the YTD hours. Can anyone help please? Here's the setup I have so far: Week1 Week2 Week3 Week4 Week5 Jan06 Weekly hrs 19 19 19 7 3 Ttl monthly hrs 67 Year to date 67 TIA! Patricia |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Triesha,
It may be that the hours never add up to a multiple of 480. Say the total was 470 and the person works 19 hours that week. The total would jump over the 480 target and so would not trigger your message. I would therefore suggest triggering the message if the total was within a certain range: =IF(MOD(G20,480)<20,"Evaluation due","") It will however have the disadvantage that it will trigger the message for 20 hours either side of the target. -- HTH Sandy with @tiscali.co.uk "Triesha" wrote in message ups.com... Hi ~ I've been asked to construct a timesheet where hours are tracked at 480 hour intervals. At each 480/hr interval, the employee is due for an evaluation. I'd like something like "Evaluation Due" to come up in the cell next to the YTD hours. Can anyone help please? Here's the setup I have so far: Week1 Week2 Week3 Week4 Week5 Jan06 Weekly hrs 19 19 19 7 3 Ttl monthly hrs 67 Year to date 67 TIA! Patricia |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() If your YTD hours all total in one cell you can try this.... =if(A1=480,"Evaluation Due","") Maybe this will help. -- jj33002 ------------------------------------------------------------------------ jj33002's Profile: http://www.excelforum.com/member.php...o&userid=30020 View this thread: http://www.excelforum.com/showthread...hreadid=509464 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sandy ~
Thank you for such an elegant solution. It's just what I needed. Give me a shout if you ever need a librarian! Triesha |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Hours and overtime by week | Excel Worksheet Functions | |||
How do I calculate hours in Excel | New Users to Excel | |||
Referencing a newly created worksheet | Excel Worksheet Functions | |||
calculate hours just can't figure it out | Excel Worksheet Functions | |||
calculate difference in time to hours | Excel Worksheet Functions |