Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 271
Default Need to work hours backwards

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Need to work hours backwards

More of an algebra question than an XL question.

40r + 5*1.5r = 1000
so
r(40 + 5*1.5) = 1000
r = 1000/(40 + 5*1.5)
r = 1000/47.5
r = 21.05
--
HTH...

Jim Thomlinson


"Susan" wrote:

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default Need to work hours backwards

Hi,

If your hours are in A1 and your gross pay in B1, put this into B2:

=IF(A140,B1/((A1-40)*1.5+40),B1/A1)

Regards - Dave.
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default Need to work hours backwards

=B2/IF(C240,40+((C2-40)*1.5),B2/C2)
If salary is in B2 and total hours in C2.
Divides salary by hours worked if none are over 40.
If over 40, multiplies overtime times 1.5 and then adds it to 40 and then
divides salary by that.

"Susan" wrote:

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default Need to work hours backwards

Correction:
=B2/IF(C240,40+((C2-40)*1.5),C2)

"Susan" wrote:

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 271
Default Need to work hours backwards

Your right! being that I flunked algebra twice many many moons ago is why I
could not figure the formula out. :) This will help a lot. thank you for
your help

"Jim Thomlinson" wrote:

More of an algebra question than an XL question.

40r + 5*1.5r = 1000
so
r(40 + 5*1.5) = 1000
r = 1000/(40 + 5*1.5)
r = 1000/47.5
r = 21.05
--
HTH...

Jim Thomlinson


"Susan" wrote:

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 271
Default Need to work hours backwards

Thank you for the response. I will give this a try and let you know. I knew
I needed an IF just could not figure out the math
Susan

"Dave" wrote:

Hi,

If your hours are in A1 and your gross pay in B1, put this into B2:

=IF(A140,B1/((A1-40)*1.5+40),B1/A1)

Regards - Dave.

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 271
Default Need to work hours backwards

Thank you for responding. I am going to try this one and the other one and
see what works. I appreciate your taking the time to respond. I will let
you know how it works out

Susan

"BoniM" wrote:

Correction:
=B2/IF(C240,40+((C2-40)*1.5),C2)

"Susan" wrote:

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 271
Default Need to work hours backwards

Thanks Dave,
Worked perfectly

"Dave" wrote:

Hi,

If your hours are in A1 and your gross pay in B1, put this into B2:

=IF(A140,B1/((A1-40)*1.5+40),B1/A1)

Regards - Dave.

  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 271
Default Need to work hours backwards

Works Beautifully - Thank you

"BoniM" wrote:

Correction:
=B2/IF(C240,40+((C2-40)*1.5),C2)

"Susan" wrote:

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks



  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default Need to work hours backwards

Happy to help!

"Susan" wrote:

Works Beautifully - Thank you

"BoniM" wrote:

Correction:
=B2/IF(C240,40+((C2-40)*1.5),C2)

"Susan" wrote:

I need to calculate hourly rate by a commission amount so I need to work
backwards. Gross pay of $1000 and 45 hours total worked. 5 of those hours
are overtime at time and half. I need to know what the actual hourly rate of
pay would be. I am not sure what function to begin with. Can anyone help
Thanks

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 hours work has taken Marty Excel Discussion (Misc queries) 9 April 21st 08 07:36 PM
Work Hours Kamper Excel Worksheet Functions 1 January 31st 08 03:35 AM
Work hours calculation albertmb Excel Discussion (Misc queries) 3 February 28th 07 07:40 PM
Work out overtime hours for individuals Fudge New Users to Excel 13 April 10th 06 04:10 PM
Can you work this backwards Box666 Excel Discussion (Misc queries) 1 November 22nd 05 05:37 PM


All times are GMT +1. The time now is 12:44 PM.

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"