Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default need formula for stair stepping commissions w/ diff %per step

I need a formula so all I have to do is enter the commission once
Example:
Commission amount $18,000.00
the first $1.00-$6000 is x by 15% = amount
$6,001 to $14,000x by 20% = amount
$14,000 to $20,000 x 25% = amount

Commission total
Can anyone help me?????


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 698
Default need formula for stair stepping commissions w/ diff %per step

If I understand correctly, then here's the short answer:
For a commissionable value in A1

This formula calculates the commission:
=SUM((A1/1000{0,6,14})*(A1/1000-{0,6,14})*1000*({15,5,10}/100))

In your example: 18,000 results in commission of 3,700

For the explanation (and much more), see this great website:
http://www.mcgimpsey.com/excel/variablerate.html

Does that help?
(Post back if you have more questions)
***********
Regards,
Ron

XL2002, WinXP


"Linda" wrote:

I need a formula so all I have to do is enter the commission once
Example:
Commission amount $18,000.00
the first $1.00-$6000 is x by 15% = amount
$6,001 to $14,000x by 20% = amount
$14,000 to $20,000 x 25% = amount

Commission total
Can anyone help me?????


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
SUMIF formula required to search for 2 diff values in 2 diff colum Lidy693 Excel Worksheet Functions 7 February 21st 09 09:45 PM
Stair-step commissions question Serg Excel Worksheet Functions 2 April 25th 07 12:50 AM
"Stair-Stepped" Commissions Question. [email protected] Excel Programming 2 April 25th 07 12:40 AM
Stair-step commissions question Serg Excel Worksheet Functions 0 April 24th 07 11:14 PM
Stair-step commissions question Serg Excel Worksheet Functions 0 April 24th 07 11:13 PM


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