View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Calculate Amount with Varying Percentages per Thousands

Try JE's:
http://www.mcgimpsey.com/excel/variablerate.html
Using SUMPRODUCT() to calculate variable rates and commissions
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Amaren" wrote:
Does anyone know how to write a formula that would update my compensation
number based on the following:

I get 25% of the first $1,000
Then 26% of $1,001 to $2,000
Then 28% of $2,000 to $5,000

I want to be able to update the amount I made for my company (i.e. $12,355)
in one cell and then have a formula that would calculate my bonus based on
those percentages per thousand in another cell?
I am rusty on my formula writing and need some help!!!
Thanks!