#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Bonus Calculation

I have a spreadsheet where I would like to pay a bonus based on hours worked.

A B C D E F G H
1 Limits Bonus Rate Hours Amount
2 0 ‰¤ 20 0% $20 17 $
3 20 ‰¤ 40 5% $20 23 $
4 40 10% $20 23 $

A2 to D4 is the limits to be applied. The limits can be changed.
E2 to E4 is the percentage bonus. The percentage can be changed.
F2 to F4 is the hourly rate.
G2 to G4 are the hours worked

Require the spreadsheet to calculate the amount based on applied limits.

Many thanks for any assistance that you can provide.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Bonus Calculation

If you change row 4 to

, 40,blank,blank,10%


you can use

=F2*G2*INDEX($E$2:$E$4,MATCH(G2,$B$2:$B$4))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"zephyr" wrote in message
...
I have a spreadsheet where I would like to pay a bonus based on hours

worked.

A B C D E F G H
1 Limits Bonus Rate Hours Amount
2 0 ? 20 0% $20 17 $
3 20 ? 40 5% $20 23 $
4 40 10% $20 23 $

A2 to D4 is the limits to be applied. The limits can be changed.
E2 to E4 is the percentage bonus. The percentage can be changed.
F2 to F4 is the hourly rate.
G2 to G4 are the hours worked

Require the spreadsheet to calculate the amount based on applied limits.

Many thanks for any assistance that you can provide.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Bonus Calculation

Hi

B2:B4 needs to be 0, 20, 40
C2:D4 are superfluous
in H2
=G2*F2*(1+VLOOKUP(G2,$B$2:$E$4,4))

--
Regards

Roger Govier


"zephyr" wrote in message
...
I have a spreadsheet where I would like to pay a bonus based on hours
worked.

A B C D E F G H
1 Limits Bonus Rate Hours Amount
2 0 ? 20 0% $20 17 $
3 20 ? 40 5% $20 23 $
4 40 10% $20 23 $

A2 to D4 is the limits to be applied. The limits can be changed.
E2 to E4 is the percentage bonus. The percentage can be changed.
F2 to F4 is the hourly rate.
G2 to G4 are the hours worked

Require the spreadsheet to calculate the amount based on applied
limits.

Many thanks for any assistance that you can provide.



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
Open CSV causes calculation in manual calc mode [email protected] Excel Discussion (Misc queries) 0 July 25th 06 09:22 PM
Formula to figure bonus EboniDimplz Excel Worksheet Functions 3 April 19th 06 01:24 AM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 01:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"