Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PaxtonPoe
 
Posts: n/a
Default Calculating Paycheck to Include Overtime


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Calculating Paycheck to Include Overtime

=(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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MCDST070-271
 
Posts: n/a
Default Calculating Paycheck to Include Overtime

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PaxtonPoe
 
Posts: n/a
Default Calculating Paycheck to Include Overtime


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Calculating Paycheck to Include Overtime

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PaxtonPoe
 
Posts: n/a
Default Calculating Paycheck to Include Overtime


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Calculating Paycheck to Include Overtime

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
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
Calculating overtime bunnyc Excel Discussion (Misc queries) 1 February 21st 06 12:36 AM
Calculating timesheet with overtime Ewak@job1usa Excel Worksheet Functions 2 January 31st 06 05:38 PM
Need help calculating overtime to date BVHis Excel Worksheet Functions 8 January 9th 06 05:59 PM
help with calculating overtime in a time sheet jongyrocka Excel Discussion (Misc queries) 13 December 10th 05 09:36 PM
need help w/formula for calculating overtime hours jv749297 Excel Worksheet Functions 1 January 17th 05 07:54 PM


All times are GMT +1. The time now is 10:44 AM.

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"