Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi, I have created a Time sheet to work out hours worked but need to create a
column to show unpaid breaks, if they have worked more than 5 hours, in the following format 00:30 ( = 30 minutes unpaid break) and then a Formula to show total paid hours as per below. Can anyone help please; A1 = 14:00 (Start Time) A2 = 22:00 (End Time) A3 = 08:00 (Total Hours worked) A4 = 00:30 (unpaid break) FORMULA FOR A4 REQUIRED A5 = 07:30 (Paid hours) A6 = £8.00 (Hourly rate) A7 = Total Pay (Paid Hours) |
#2
![]() |
|||
|
|||
![]()
Rick,
Try: A3: =A2-A1+(A1A2) A4: =IF(A3TIME(5,30,0),TIME(0,30,0),TIME(0,0,0)) A5: =A3-A4 A7: =A5*24*A6 Format A1:A5 as time and A7 as Currency I assumed that if you worked exactly 5 hours then you are not intitled to a break -- HTH Sandy Replace@mailinator with @tiscali.co.uk "Rick" wrote in message ... Hi, I have created a Time sheet to work out hours worked but need to create a column to show unpaid breaks, if they have worked more than 5 hours, in the following format 00:30 ( = 30 minutes unpaid break) and then a Formula to show total paid hours as per below. Can anyone help please; A1 = 14:00 (Start Time) A2 = 22:00 (End Time) A3 = 08:00 (Total Hours worked) A4 = 00:30 (unpaid break) FORMULA FOR A4 REQUIRED A5 = 07:30 (Paid hours) A6 = £8.00 (Hourly rate) A7 = Total Pay (Paid Hours) |
#3
![]() |
|||
|
|||
![]()
Many thanks Sandy, your formula works great. Have a good night.
Rick "Sandy Mann" wrote: Rick, Try: A3: =A2-A1+(A1A2) A4: =IF(A3TIME(5,30,0),TIME(0,30,0),TIME(0,0,0)) A5: =A3-A4 A7: =A5*24*A6 Format A1:A5 as time and A7 as Currency I assumed that if you worked exactly 5 hours then you are not intitled to a break -- HTH Sandy Replace@mailinator with @tiscali.co.uk "Rick" wrote in message ... Hi, I have created a Time sheet to work out hours worked but need to create a column to show unpaid breaks, if they have worked more than 5 hours, in the following format 00:30 ( = 30 minutes unpaid break) and then a Formula to show total paid hours as per below. Can anyone help please; A1 = 14:00 (Start Time) A2 = 22:00 (End Time) A3 = 08:00 (Total Hours worked) A4 = 00:30 (unpaid break) FORMULA FOR A4 REQUIRED A5 = 07:30 (Paid hours) A6 = £8.00 (Hourly rate) A7 = Total Pay (Paid Hours) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel formula for a time sheet | Excel Worksheet Functions | |||
how do I copy info from one sheet to another via a formula? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
How do I set up a formula on a time sheet to calculate time in 1/. | Excel Discussion (Misc queries) | |||
Time sheet set up specifically | New Users to Excel |