Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Various rates applied to various cumulative balances

I am looking to apply different rates to different balances within a running
total. For example, let's say I want to pay incentives at a rate of .5 for
the first $10, from $10.01 to $49.99 to receive a rate of .55 and anything
above $50 to receive .6. The total for the sales is $100. So, the
calculation would be ($10*.5)+(39.99*.55)+($50*.6). How would I do this in
Excel so that as entries were made, the incentives would be automatically
calculated based on the cumulative total?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Various rates applied to various cumulative balances

Try something like this:

With a value in A1

Commission is
B1: =SUM((A1{0,10,49.99})*(A1-{0,10,49.99})*{0.5,0.05,0.05})

The way that works is this....
ALL values above zero receive 50%
Values over $10.00, but not larger than $49.99 receive an additional 5%
Values that are $50.00 or larger receive an additional 5%

Using $100
$100*50%=5.0000
$39.99*5%=21.9945
$50.01*5%=30.006
Total: 57.005

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"KeywestScott" wrote:

I am looking to apply different rates to different balances within a running
total. For example, let's say I want to pay incentives at a rate of .5 for
the first $10, from $10.01 to $49.99 to receive a rate of .55 and anything
above $50 to receive .6. The total for the sales is $100. So, the
calculation would be ($10*.5)+(39.99*.55)+($50*.6). How would I do this in
Excel so that as entries were made, the incentives would be automatically
calculated based on the cumulative total?


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 to draw cumulative frequency curve in Excel Alvin Charts and Charting in Excel 2 April 23rd 23 09:03 AM
help! cumulative returns blapatrick Excel Worksheet Functions 3 June 28th 06 01:48 AM
How do I do a cumulative frequency graph? ted Charts and Charting in Excel 2 May 4th 06 12:46 AM
Pivot Table groups & cumulative totals laureleaw Excel Discussion (Misc queries) 0 April 26th 06 08:53 PM
Charting: Displaying cumulative totals at top of stacked columns Jean Charts and Charting in Excel 1 February 14th 06 01:30 PM


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