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


I am trying to create a spread sheet that will automatically tell me
what my check should be before all the taxes and stuff are taken out.
I have a cell that shows how many hours I worked in the week. I know
how to calculate my hours times my wage. I need to figure in OT. Any
ideas on this?
If not I will just do it the old fashioned way.

John


--
rooney2oons
------------------------------------------------------------------------
rooney2oons's Profile: http://www.excelforum.com/member.php...o&userid=37750
View this thread: http://www.excelforum.com/showthread...hreadid=573347

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default calculating wages

If total hours worked is in cell A1 and normal working week is 40 hours then
if OT is in Cell B1

=MAX(0,A1-40)

or

=IF(A140,A1-40,0)

If OT is paid at 1.5 times standard hourly rate, then OT pay

=B1*C1*1.5 where C1 is standard hourly rate

i.e =Max(0,A1-40)*C1*1.5

To make your s/sheet (more) flexible put the standard hours and overtime
rate/factor in cells rather than have them as constants in the formulae;
pPerhaps also have them as named ranges to make the formulae more readable.

e.g.

=MAX(0,A1-StdHours)*HourlyRate*OTRate

HTH

"rooney2oons" wrote:


I am trying to create a spread sheet that will automatically tell me
what my check should be before all the taxes and stuff are taken out.
I have a cell that shows how many hours I worked in the week. I know
how to calculate my hours times my wage. I need to figure in OT. Any
ideas on this?
If not I will just do it the old fashioned way.

John


--
rooney2oons
------------------------------------------------------------------------
rooney2oons's Profile: http://www.excelforum.com/member.php...o&userid=37750
View this thread: http://www.excelforum.com/showthread...hreadid=573347


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default calculating wages

This is just an suggestion for layout purposes. I created a "calender" (if
you will) in excel. I get paid every 2 wks.

- Column A the number of week of the year (1-52).

- Column B is the date for the beginning of each week (not payperiod),
though if your payperiod starts on a Saturday, you can certainly list Sat as
the first day of the week. With both A and B, you can enter the first value,
either 1 (col A) or 1/1/2006 (col B), then create the appropriate formula for
the remaining values, ie for the date (if first date is in cell B1), B2 would
be +B1+7.

- Colums C1:I1 would be

-Column J holds the value of the actual payday.

- Column K calculates TOTAL HOURS (for it's row), ie you will have two rows
for a two week payperiod.

- Each subsequent column after K can calculate REG PAY, OT PAY, VACATION, etc.

I have a pretty extensive spreadsheet that not only calculates what I should
be making (gross), but also if I take vacation, ie no OT or less OT then
normal, it will tell me how much I lose. and also est annual salary based of
averages of past payperiods.

I use OFFICE XP. If you would like a copy, I can email it to you. May be
Monday before I can do that though.

Hope this helps.
Les




"rooney2oons" wrote:


I am trying to create a spread sheet that will automatically tell me
what my check should be before all the taxes and stuff are taken out.
I have a cell that shows how many hours I worked in the week. I know
how to calculate my hours times my wage. I need to figure in OT. Any
ideas on this?
If not I will just do it the old fashioned way.

John


--
rooney2oons
------------------------------------------------------------------------
rooney2oons's Profile: http://www.excelforum.com/member.php...o&userid=37750
View this thread: http://www.excelforum.com/showthread...hreadid=573347


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default calculating wages

One more thing. If you did not figure it out. I enter the number of hours in
the spreadsheet for each day worked.

Les

"rooney2oons" wrote:


I am trying to create a spread sheet that will automatically tell me
what my check should be before all the taxes and stuff are taken out.
I have a cell that shows how many hours I worked in the week. I know
how to calculate my hours times my wage. I need to figure in OT. Any
ideas on this?
If not I will just do it the old fashioned way.

John


--
rooney2oons
------------------------------------------------------------------------
rooney2oons's Profile: http://www.excelforum.com/member.php...o&userid=37750
View this thread: http://www.excelforum.com/showthread...hreadid=573347


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
Linked Check Boxes blueegypt Excel Discussion (Misc queries) 4 May 12th 06 10:36 PM
calculating time T.K.RAJU via OfficeKB.com Excel Discussion (Misc queries) 3 December 27th 05 12:22 PM
Calculating Cells n% displayed in a cell? Hannibal Excel Worksheet Functions 0 November 2nd 05 02:36 PM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM
AGE CALCULATING EXCEL SPREADSHEETS AND OTHERS! RICHARD Excel Discussion (Misc queries) 0 March 1st 05 01:53 PM


All times are GMT +1. The time now is 03:49 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"