ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Calculating Paycheck to Include Overtime (https://www.excelbanter.com/excel-worksheet-functions/96909-calculating-paycheck-include-overtime.html)

PaxtonPoe

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


Toppers

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



MCDST070-271

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



PaxtonPoe

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


Toppers

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



PaxtonPoe

Calculating Paycheck to Include Overtime
 

thanks toppers
the min and max functions did the trick
really appreciate it:cool:


--
PaxtonPoe
------------------------------------------------------------------------
PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913
View this thread: http://www.excelforum.com/showthread...hreadid=557068


Toppers

Calculating Paycheck to Include Overtime
 
thanks for feedback.

"PaxtonPoe" wrote:


thanks toppers
the min and max functions did the trick
really appreciate it:cool:


--
PaxtonPoe
------------------------------------------------------------------------
PaxtonPoe's Profile: http://www.excelforum.com/member.php...o&userid=35913
View this thread: http://www.excelforum.com/showthread...hreadid=557068




All times are GMT +1. The time now is 02:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com