Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to make a document that is a daily processing cost for my
supervisor. It is actually in week form. I need to times the daily rate by hours worked for the day. Once the employee has reached 40 hours i need to times the daily rate by time and a half and then by how many hours worked overtime and sometimes these are all in one day. So lets say one employee worked 45 hors after 4 days that 4th day i need to minus the overtime hours from the regular hours and then times the daily rate. PLEASE someone help me. |
#2
![]() |
|||
|
|||
![]()
=IF(a140,((a1-40)*payrate*1.5)+(40*payrate),a1*payrate)
"Sandoval" wrote: I am trying to make a document that is a daily processing cost for my supervisor. It is actually in week form. I need to times the daily rate by hours worked for the day. Once the employee has reached 40 hours i need to times the daily rate by time and a half and then by how many hours worked overtime and sometimes these are all in one day. So lets say one employee worked 45 hors after 4 days that 4th day i need to minus the overtime hours from the regular hours and then times the daily rate. PLEASE someone help me. |
#3
![]() |
|||
|
|||
![]()
David McRitchie has a macro that may do what you want:
http://www.mvps.org/dmcritchie/excel/insrtrow.htm look for: InsertRowsAndFillFormulas If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Sandoval wrote: I am trying to make a document that is a daily processing cost for my supervisor. It is actually in week form. I need to times the daily rate by hours worked for the day. Once the employee has reached 40 hours i need to times the daily rate by time and a half and then by how many hours worked overtime and sometimes these are all in one day. So lets say one employee worked 45 hors after 4 days that 4th day i need to minus the overtime hours from the regular hours and then times the daily rate. PLEASE someone help me. -- Dave Peterson |
#4
![]() |
|||
|
|||
![]()
Note
This answer should be posted for the posting above. "Same formula in each cell of the column, etc." Gord Dibben Excel MVP On Wed, 14 Sep 2005 13:36:18 -0500, Dave Peterson wrote: David McRitchie has a macro that may do what you want: http://www.mvps.org/dmcritchie/excel/insrtrow.htm look for: InsertRowsAndFillFormulas If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Sandoval wrote: I am trying to make a document that is a daily processing cost for my supervisor. It is actually in week form. I need to times the daily rate by hours worked for the day. Once the employee has reached 40 hours i need to times the daily rate by time and a half and then by how many hours worked overtime and sometimes these are all in one day. So lets say one employee worked 45 hors after 4 days that 4th day i need to minus the overtime hours from the regular hours and then times the daily rate. PLEASE someone help me. |
#5
![]() |
|||
|
|||
![]()
Oopsie.
Thanks for watching out! Gord Dibben wrote: Note This answer should be posted for the posting above. "Same formula in each cell of the column, etc." Gord Dibben Excel MVP On Wed, 14 Sep 2005 13:36:18 -0500, Dave Peterson wrote: David McRitchie has a macro that may do what you want: http://www.mvps.org/dmcritchie/excel/insrtrow.htm look for: InsertRowsAndFillFormulas If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Sandoval wrote: I am trying to make a document that is a daily processing cost for my supervisor. It is actually in week form. I need to times the daily rate by hours worked for the day. Once the employee has reached 40 hours i need to times the daily rate by time and a half and then by how many hours worked overtime and sometimes these are all in one day. So lets say one employee worked 45 hors after 4 days that 4th day i need to minus the overtime hours from the regular hours and then times the daily rate. PLEASE someone help me. -- Dave Peterson |
#6
![]() |
|||
|
|||
![]()
Sandoval
See Chip Pearson's site for working with timesheets and overtime. http://www.cpearson.com/excel/overtime.htm Gord Dibben Excel MVP On Wed, 14 Sep 2005 11:21:01 -0700, "Sandoval" wrote: I am trying to make a document that is a daily processing cost for my supervisor. It is actually in week form. I need to times the daily rate by hours worked for the day. Once the employee has reached 40 hours i need to times the daily rate by time and a half and then by how many hours worked overtime and sometimes these are all in one day. So lets say one employee worked 45 hors after 4 days that 4th day i need to minus the overtime hours from the regular hours and then times the daily rate. PLEASE someone help me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
What statement to use? | Excel Worksheet Functions | |||
How do I fix a circular reference in a financial statement? | Excel Discussion (Misc queries) | |||
7+ nested if statement? | Excel Worksheet Functions |