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 Sliding commission rates in excel

I have tried to follow this thread and work through a similar
commission calculation. Can anyone write an excel formula for me to
help me stop losing any more hair?

Commission rate:
Billings up to $1500 at 45%
Billings between $1500 - 2000 at 50%
Billings above $2000 at 60%

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Sliding commission rates in excel

Maybe this will help
=IF(A12000,"60%",IF(A11500,"50%","45%"))

" wrote:

I have tried to follow this thread and work through a similar
commission calculation. Can anyone write an excel formula for me to
help me stop losing any more hair?

Commission rate:
Billings up to $1500 at 45%
Billings between $1500 - 2000 at 50%
Billings above $2000 at 60%

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Sliding commission rates in excel

And remove the quote marks if you want numbers rather than text.
--
David Biddulph

"Mike" wrote in message
...
Maybe this will help
=IF(A12000,"60%",IF(A11500,"50%","45%"))

" wrote:

I have tried to follow this thread and work through a similar
commission calculation. Can anyone write an excel formula for me to
help me stop losing any more hair?

Commission rate:
Billings up to $1500 at 45%
Billings between $1500 - 2000 at 50%
Billings above $2000 at 60%

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 169
Default Sliding commission rates in excel

You could also set this up as a simple table to use with a VLOOKUP. This
would allow you to change steps pretty easily. The table would look like
this:

A B
1 $- 45%
2 $1,500.01 50%
3 $2,000.01 60%
4
5 [insert value here]
6 =VLOOKUP(B5,A1:B3,2)
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


" wrote:

I have tried to follow this thread and work through a similar
commission calculation. Can anyone write an excel formula for me to
help me stop losing any more hair?

Commission rate:
Billings up to $1500 at 45%
Billings between $1500 - 2000 at 50%
Billings above $2000 at 60%

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Sliding commission rates in excel

On Jul 16, 8:05 pm, wrote:
Commission rate:
Billings up to $1500 at 45%
Billings between $1500 - 2000 at 50%
Billings above $2000 at 60%


You might want to clarify what you mean.

As written (and interpreted by some responses), it surprises me that
you intend to pay (or receive) over $75 more just for being clever
enough to convince a customer to pay $2 more (the difference between
$1499 and $1501).

I wonder if you really mean is: 45% on the first $1500, 50% on the
amount over $1500 up to $2000, and 60% on the amount over $2000.

Also, phrases like "up to" and "between" are imprecise and error-
prone, at least as you used them. Clearly you intend for $2000 to be
the top end of the 50% bracket. (At least, that is what "above"
clearly means. Was that your intent?) Do you intend $1500 to be the
top of the 45% bracket likewise, or do you intend $1500 to be the
bottom of the 50% bracket?

You could write unambiguously (if this is your intent):

Billings below $1500 at 45%
Billings between $1500 - 2000 at 50%
Billings above $2000 at 60%

Or you could write (if this is your intent):

Billings up to $1500 at 45%
Billings above $1500 up to $2000 at 50%
Billings above $2000 at 60%


----- original posting -----

On Jul 16, 8:05*pm, wrote:
I have tried to follow this thread and work through a similar
commission calculation. *Can anyone write an excel formula for me to
help me stop losing any more hair?

Commission rate:
Billings up to $1500 at 45%
Billings between $1500 - 2000 at 50%
Billings above $2000 at 60%

Thanks


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
Sliding scale commission percentages formulas Margs Excel Worksheet Functions 7 September 8th 07 11:33 PM
In Excel set up a sliding bar (similar to a volume control) AK Excel Discussion (Misc queries) 1 January 2nd 07 10:25 PM
Percentage Commission on a sliding scale. JonPFP Excel Discussion (Misc queries) 6 April 13th 06 06:24 PM
calculating commission on sliding scale corrado444 New Users to Excel 4 December 9th 05 05:08 PM
excel commission report Dave O. Excel Discussion (Misc queries) 1 April 29th 05 09:44 PM


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