Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Best way to work up commission scenario using scales?

I am having trouble wrapping my brain around this one:

I want to create some sales scenarios using scales , eg

You get 3% of sales for the first 1000 widgets
you get 2% for the next 3000 widgets
you get 1% for all widgets sold in excess of 4000

Of course I want the numbers to be 'knobs' so I can tune my scenario into
something that works.

I see it being pretty ugly using formulas

Is there an easy or elegant way to do this?



Thanks

Bill

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Best way to work up commission scenario using scales?

I did not really explain what I want to do with this so here goes;

using my algorithm below, I want to list commision dollars ofr various sales

so assuming each widget costs $1 then

Sales qty Commission
1000 1 x 1000 x 3% = 30
2000 ( 1 x 2000 x 3% = 60 + 1x 1000 x 2% = 20) = 80


Bill





"Bill" wrote in message
...
I am having trouble wrapping my brain around this one:

I want to create some sales scenarios using scales , eg

You get 3% of sales for the first 1000 widgets
you get 2% for the next 3000 widgets
you get 1% for all widgets sold in excess of 4000

Of course I want the numbers to be 'knobs' so I can tune my scenario into
something that works.

I see it being pretty ugly using formulas

Is there an easy or elegant way to do this?



Thanks

Bill


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Best way to work up commission scenario using scales?

Hi Bill

One way
With Number sold in B1
=B1*3%+MAX(0,(B1-1000)*2%)+MAX(0,(B1-4000)*1%)

If you wanted to be able to easily vary the break points for commission,
you could put 1000 in A and 4000 in A2 then change formula to
=B1*3%+MAX(0,(B1-$A$1)*2%)+MAX(0,(B1-$A$2)*1%)

--
Regards

Roger Govier


"Bill" wrote in message
...
I did not really explain what I want to do with this so here goes;

using my algorithm below, I want to list commision dollars ofr various
sales

so assuming each widget costs $1 then

Sales qty Commission
1000 1 x 1000 x 3% = 30
2000 ( 1 x 2000 x 3% = 60 + 1x 1000 x 2% = 20) = 80


Bill





"Bill" wrote in message
...
I am having trouble wrapping my brain around this one:

I want to create some sales scenarios using scales , eg

You get 3% of sales for the first 1000 widgets
you get 2% for the next 3000 widgets
you get 1% for all widgets sold in excess of 4000

Of course I want the numbers to be 'knobs' so I can tune my scenario
into something that works.

I see it being pretty ugly using formulas

Is there an easy or elegant way to do this?



Thanks

Bill




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Best way to work up commission scenario using scales?

Take a look he

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


In article ,
"Bill" wrote:

I am having trouble wrapping my brain around this one:

I want to create some sales scenarios using scales , eg

You get 3% of sales for the first 1000 widgets
you get 2% for the next 3000 widgets
you get 1% for all widgets sold in excess of 4000

Of course I want the numbers to be 'knobs' so I can tune my scenario into
something that works.

I see it being pretty ugly using formulas

Is there an easy or elegant way to do this?



Thanks

Bill

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Best way to work up commission scenario using scales?

Thanks

That is just what I needed!

Bill



"JE McGimpsey" wrote in message
...
Take a look he

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




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
Creating Scenarios and Scenario Manager Louise Excel Worksheet Functions 4 February 15th 06 01:17 AM
Moving a sheet from one work book to another? WTG Excel Worksheet Functions 1 November 3rd 05 07:12 PM
My links no longer work . . . mike Excel Discussion (Misc queries) 8 October 27th 05 11:59 PM
Work Rota - Do I need a formula? dataheadache Excel Discussion (Misc queries) 11 October 3rd 05 10:53 PM
Calculating commission schedule (will pay for help!) bootsy Excel Worksheet Functions 2 October 28th 04 07:24 AM


All times are GMT +1. The time now is 02:46 AM.

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"