|
|
Calculating time with a lookback
I need some help, trying to make a spreadsheet that will help me with my job
to keep legal.
I can only work no more than 8 hours in a 24 hour period. This is a rolling
24 hour period. At the same time, I can only work no more than 30 hours in a
month. This also is a rolling month. And also at the same time I can only
work no more than 1000 hours in a year. Again this is also a rolling year.
I do not know how to write the formulas for this, anybody have any ideas.
Again this is for my own personal use to remain legal with the feds.
Thanks for any input in advance,
Doug
|
|
0
|
|
|
|
Reply
|
Utf
|
12/9/2009 10:33:14 PM |
|
Let's say in column A you have a date & time start stamp (inputted correctly
as numbers). In column B, you have the amount of time you worked
Hours worked in last 24 hours:
=SUMIF(A:A,B:B,">="&NOW()-1)
Hours worked in last 30 hours:
=SUMIF(A:A,B:B,">="&NOW()-30/24)
Hours worked in last 365 days:
=SUMIF(A:A,B:B,">="&NOW()-365)
Using all 3 of these formulas should give you a good idea of how much time
you can still work.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
"v1rt8" wrote:
> I need some help, trying to make a spreadsheet that will help me with my job
> to keep legal.
>
> I can only work no more than 8 hours in a 24 hour period. This is a rolling
> 24 hour period. At the same time, I can only work no more than 30 hours in a
> month. This also is a rolling month. And also at the same time I can only
> work no more than 1000 hours in a year. Again this is also a rolling year.
> I do not know how to write the formulas for this, anybody have any ideas.
> Again this is for my own personal use to remain legal with the feds.
>
> Thanks for any input in advance,
> Doug
>
|
|
0
|
|
|
|
Reply
|
Utf
|
12/9/2009 10:33:23 PM
|
|
Luke,
Thanks for the quick response, I will try it and get back to this post.
Doug
|
|
0
|
|
|
|
Reply
|
Utf
|
12/10/2009 3:15:03 AM
|
|
|
2 Replies
317 Views
(page loaded in 0.115 seconds)
Similiar Articles: Calculating time with a lookback - microsoft.public.excel.misc ...I need some help, trying to make a spreadsheet that will help me with my job to keep legal. I can only work no more than 8 hours in a 24 hour per... Times Subtraction Whith Access - microsoft.public.access.forms ...Calculating time with a lookback - microsoft.public.excel.misc ... ... MS ACCESS :: Subtracting 12 Hours From A Date-time Field Time Keeping DB - Best Field Format For ... Hours do not roll correctly - microsoft.public.projectCalculating time with a lookback - microsoft.public.excel.misc ... Hours do not roll correctly - microsoft.public.project Calculating time with a lookback - microsoft ... Need spreadsheet help - microsoft.public.excel.miscCalculating time with a lookback - microsoft.public.excel.misc ... I need some help, trying to make a spreadsheet that will help me with my job to keep legal. Putting a hold on tasks - microsoft.public.projectHi, I have a project with many tasks and the developer has moved on to get the most important tasks done -- because of time. How do I place p... 1920x1080 how some programs (non-menu area) fonts are displayed ...... 1920x1080, which the dpi is right since if you calculate ... to see the north and the south poles at the same time ... either so drew the line for a 25" and will never look back ... Calculating time with a lookback - microsoft.public.excel.misc ...I need some help, trying to make a spreadsheet that will help me with my job to keep legal. I can only work no more than 8 hours in a 24 hour per... Lookback Time - Mac OS X ServerLookback Time: The speed of light (299,790 km/sec) is very fast, but finite. For any phenomenon on the Earth's surface, the distances are small enough that light ... How to Calculate Time Off for FMLA | eHow.comHow to Calculate Time Off for FMLA. The Family Medical Leave Act gives employees the right ... If you use the looking backward method, look back over the last 12 months to ... Calculator: Add to or subtract from a dateTime and date duration – Calculate between exact times (not just dates) Birthday calculator – Find when you are 1 billion seconds old; Related links How to Calculate the FMLA Rolling Year MethodHow to Calculate the FMLA Rolling Year Method. The Family and Medical Leave Act ... leave, the previous leave will “drop off” of the 12-month look-back one day at a time ... 7/22/2012 10:07:40 AM
|
|
|
|
|
|
|
|
|