Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() A small portion of my worksheet is attached (29.1kb): I DON'T USE EXCEL EVER BUT I REALLY WOULD LIKE TO KEEP A LEDGER OF MY PAY, I JUST NEED A FORMULA THAT CAN TELL ME TOTAL OF 40HR CHECK + OVERTIME (IF NEED BE) WITH TAXES(19% OF GRAND TOTAL) TAKEN OUT I would appreciate any suggestions. Thanks, I realize this particular question is pretty redundant around here. +-------------------------------------------------------------------+ |Filename: excel.JPG | |Download: http://www.excelforum.com/attachment.php?postid=4957 | +-------------------------------------------------------------------+ -- PaxtonPoe ------------------------------------------------------------------------ PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913 View this thread: http://www.excelforum.com/showthread...hreadid=557068 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=(40*$A$7+C16)*$A$10
"PaxtonPoe" wrote: A small portion of my worksheet is attached (29.1kb): I DON'T USE EXCEL EVER BUT I REALLY WOULD LIKE TO KEEP A LEDGER OF MY PAY, I JUST NEED A FORMULA THAT CAN TELL ME TOTAL OF 40HR CHECK + OVERTIME (IF NEED BE) WITH TAXES(19% OF GRAND TOTAL) TAKEN OUT I would appreciate any suggestions. Thanks, I realize this particular question is pretty redundant around here. +-------------------------------------------------------------------+ |Filename: excel.JPG | |Download: http://www.excelforum.com/attachment.php?postid=4957 | +-------------------------------------------------------------------+ -- PaxtonPoe ------------------------------------------------------------------------ PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913 View this thread: http://www.excelforum.com/showthread...hreadid=557068 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have you tried looking for a template that can be customized at
www.office.microsoft.com\templates "PaxtonPoe" wrote: A small portion of my worksheet is attached (29.1kb): I DON'T USE EXCEL EVER BUT I REALLY WOULD LIKE TO KEEP A LEDGER OF MY PAY, I JUST NEED A FORMULA THAT CAN TELL ME TOTAL OF 40HR CHECK + OVERTIME (IF NEED BE) WITH TAXES(19% OF GRAND TOTAL) TAKEN OUT I would appreciate any suggestions. Thanks, I realize this particular question is pretty redundant around here. +-------------------------------------------------------------------+ |Filename: excel.JPG | |Download: http://www.excelforum.com/attachment.php?postid=4957 | +-------------------------------------------------------------------+ -- PaxtonPoe ------------------------------------------------------------------------ PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913 View this thread: http://www.excelforum.com/showthread...hreadid=557068 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() the above automatically includes 40hrs but some weeks I may not work 40 hours I HAVE ATTACHED AN UPDATE OF THE WORKSHEET AND HAVE THE BACKGROUNDS OF THE FORMULAS I NEED HIGHLIGHTED IN TURQUOISE the cells I need: OT Hrs (D13) - I want D13 to display how many overtime hours IF there are more than 40 in Total Hours D12 OT Pay (D14) - Overtime pay I want to be calculated (Overtime Hours, D13 * Current Pay/hr:, A9 * Taxes Excluded, A12) Total Pay (D16) - (Total Hrs 40 or under *Current Pay/hr:, A9 * Taxes Excluded, A12) + OT Pay, D14 Thanks again +-------------------------------------------------------------------+ |Filename: excel.JPG | |Download: http://www.excelforum.com/attachment.php?postid=4960 | +-------------------------------------------------------------------+ -- PaxtonPoe ------------------------------------------------------------------------ PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913 View this thread: http://www.excelforum.com/showthread...hreadid=557068 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think you need to slightly re-think your design and layout:
Calculate standard hours =MIN(40,Total hours) Calculate Overtime hours =Max(0,D12-40) Calculate total hours =std hours+ Ovetime hours Calculate normal pay =std hours * hourly rate Calculate Overtime pay =overtime hours * overtime rate # Calculate gross pay =normal pay+overtime pay Calculate net (after tax) pay =gross pay*(1-tax rate%) The cells you gave are different to you Jpeg but it shoud be easy to work out the above formulae. # Overtime rate may be different from standard rate HTH "PaxtonPoe" wrote: the above automatically includes 40hrs but some weeks I may not work 40 hours I HAVE ATTACHED AN UPDATE OF THE WORKSHEET AND HAVE THE BACKGROUNDS OF THE FORMULAS I NEED HIGHLIGHTED IN TURQUOISE the cells I need: OT Hrs (D13) - I want D13 to display how many overtime hours IF there are more than 40 in Total Hours D12 OT Pay (D14) - Overtime pay I want to be calculated (Overtime Hours, D13 * Current Pay/hr:, A9 * Taxes Excluded, A12) Total Pay (D16) - (Total Hrs 40 or under *Current Pay/hr:, A9 * Taxes Excluded, A12) + OT Pay, D14 Thanks again +-------------------------------------------------------------------+ |Filename: excel.JPG | |Download: http://www.excelforum.com/attachment.php?postid=4960 | +-------------------------------------------------------------------+ -- PaxtonPoe ------------------------------------------------------------------------ PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913 View this thread: http://www.excelforum.com/showthread...hreadid=557068 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() thanks toppers the min and max functions did the trick really appreciate it ![]() -- PaxtonPoe ------------------------------------------------------------------------ PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913 View this thread: http://www.excelforum.com/showthread...hreadid=557068 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks for feedback.
"PaxtonPoe" wrote: thanks toppers the min and max functions did the trick really appreciate it ![]() -- PaxtonPoe ------------------------------------------------------------------------ PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913 View this thread: http://www.excelforum.com/showthread...hreadid=557068 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating overtime | Excel Discussion (Misc queries) | |||
Calculating timesheet with overtime | Excel Worksheet Functions | |||
Need help calculating overtime to date | Excel Worksheet Functions | |||
help with calculating overtime in a time sheet | Excel Discussion (Misc queries) | |||
need help w/formula for calculating overtime hours | Excel Worksheet Functions |