Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
AZapata
 
Posts: n/a
Default Tiered Pay Scale Calculations

I am calculating a multi tiered pay scale based on earnings:
0-200,000 net earnings = a bonus of 10% of the earnings
200,001-400,000= 15% bonus for this tier
400,001-1,000,000= 20% bonus for this tier
and so on...
I want to be able to enter a value in a cell and have it calculate the total
bonus. IN this example a Net Earnings of $500,000 should result in a bonus
of aprox. $70,000 ($20,000 for first tier, $30,000 for second, and $20,000
for the third).

Please Help

  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

might be an easier way, but here's one option
=IF(A1200000,IF(A1400000,(A1-400000)*0.2+50000,(A1-200000)*0.15+20000),A1*0.1)

Cheers
JulieD

"AZapata" wrote in message
...
I am calculating a multi tiered pay scale based on earnings:
0-200,000 net earnings = a bonus of 10% of the earnings
200,001-400,000= 15% bonus for this tier
400,001-1,000,000= 20% bonus for this tier
and so on...
I want to be able to enter a value in a cell and have it calculate the
total
bonus. IN this example a Net Earnings of $500,000 should result in a
bonus
of aprox. $70,000 ($20,000 for first tier, $30,000 for second, and $20,000
for the third).

Please Help



  #3   Report Post  
budgie
 
Posts: n/a
Default

On Wed, 8 Dec 2004 18:35:04 -0800, "AZapata"
wrote:

I am calculating a multi tiered pay scale based on earnings:
0-200,000 net earnings = a bonus of 10% of the earnings
200,001-400,000= 15% bonus for this tier
400,001-1,000,000= 20% bonus for this tier
and so on...
I want to be able to enter a value in a cell and have it calculate the total
bonus. IN this example a Net Earnings of $500,000 should result in a bonus
of aprox. $70,000 ($20,000 for first tier, $30,000 for second, and $20,000
for the third).


Candidate for a VLOOKUP table
  #4   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Take a look at the commission example he

http://www.mcgimpsey.com/excel/variablerate.html


In article ,
"AZapata" wrote:

I am calculating a multi tiered pay scale based on earnings:
0-200,000 net earnings = a bonus of 10% of the earnings
200,001-400,000= 15% bonus for this tier
400,001-1,000,000= 20% bonus for this tier
and so on...
I want to be able to enter a value in a cell and have it calculate the total
bonus. IN this example a Net Earnings of $500,000 should result in a bonus
of aprox. $70,000 ($20,000 for first tier, $30,000 for second, and $20,000
for the third).

Please Help

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
how can I make a chart with the x-axis in logarithmic scale Doris Charts and Charting in Excel 4 January 17th 05 03:55 PM
Logarithmic Scale - Tic Label Disappearance howie1 Charts and Charting in Excel 2 January 16th 05 01:06 PM
how do you split the scale (x-axis) on a curve graph? valeval1000 Charts and Charting in Excel 1 January 11th 05 01:18 PM
Cell value as chart scale maximum Phil Hageman Charts and Charting in Excel 9 December 17th 04 02:09 PM
Change Axes Scale Dynamically Fysh Charts and Charting in Excel 3 December 16th 04 02:57 PM


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