#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default timesheet


Hi, am trying to finalise a time sheet and can't figure out how to make it
"automatic". Here's what I'm trying to achieve:
In F5 I have "Total hours worked"
I'd like to take the figure at F5 and automatically split it into the
following:

"On Weekdays"

H5 - Ordinary time (a maximum of 8 hours)
I5 - Time and a half (a maximum of 3 hours)
J5 - Double time (any hours worked after both the above)

"On Weekends"

I10 - Time and a half (1st 3 hours, they are paid a minimum of 3 hours)
J10 - Double time (after 1st 3 hours)

Many thanks
Andy


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default timesheet

Presumably you have dates in there somewhere that you can use to
determine which of those hours are worked at weekends and which were
on weekdays? Perhaps you could describe your data layout more fully.

Pete

On Sep 23, 11:20*am, "Andy Bolger" wrote:
Hi, am trying to finalise a time sheet and can't figure out how to make it
"automatic". Here's what I'm trying to achieve:
In F5 I have "Total hours worked"
I'd like to take the figure at F5 and automatically split it into the
following:

"On Weekdays"

H5 *- Ordinary time (a maximum of 8 hours)
I5 - Time and a half (a maximum of 3 hours)
J5 - Double time (any hours worked after both the above)

"On Weekends"

I10 - Time and a half (1st 3 hours, they are paid a minimum of 3 hours)
J10 - Double time (after 1st 3 hours)

Many thanks
Andy


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default timesheet

From your post I deducted that overtime doesn't depend on that worked hours
were done day or night. If so, try these formulae:

"On Weekdays"

H5: =MIN(8,F5)
I5: =MAX(0,MIN(3,F5-8))
J5 =MAX(0,F5-11)

"On Weekends"

I10: =IF(F5=0,0,MIN(3,MAX(3,F5)))
J10: =MAX(0,F5-3)

Regards,
Stefi


€žAndy Bolger€ť ezt Ă*rta:


Hi, am trying to finalise a time sheet and can't figure out how to make it
"automatic". Here's what I'm trying to achieve:
In F5 I have "Total hours worked"
I'd like to take the figure at F5 and automatically split it into the
following:

"On Weekdays"

H5 - Ordinary time (a maximum of 8 hours)
I5 - Time and a half (a maximum of 3 hours)
J5 - Double time (any hours worked after both the above)

"On Weekends"

I10 - Time and a half (1st 3 hours, they are paid a minimum of 3 hours)
J10 - Double time (after 1st 3 hours)

Many thanks
Andy



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
Timesheet help The Golfer Excel Worksheet Functions 2 May 25th 09 11:00 AM
Timesheet rachellock Excel Worksheet Functions 2 August 17th 07 02:18 AM
Timesheet Matt Excel Discussion (Misc queries) 3 September 15th 05 10:14 PM
Timesheet help kimmyrt Excel Worksheet Functions 3 March 22nd 05 04:34 AM
Timesheet Doug Excel Worksheet Functions 1 March 3rd 05 07:53 PM


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

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

About Us

"It's about Microsoft Excel"