Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
spunkysezza
 
Posts: n/a
Default Calculating sales commision HELP!!!!!!!


Hi everyone;

I really need help, I've looked everywhere and I can't seem to find
anything that has all that my boss is wanting to do! Typical


My boss is looking for a formula that will be able to calculate the
following.

Sales Commision by rep

E.G.
3% of sales up to 99.99% $_____
5% of sales up to 100% - 109.99% $______
10% of sales up to 110% - above $______

It will be based on the targets that he sets the reps per month.

If anyone has any ideas I would be so gratefull.

Thanks for taking the time to think my request through

Sarah


--
spunkysezza
------------------------------------------------------------------------
spunkysezza's Profile: http://www.excelforum.com/member.php...o&userid=31921
View this thread: http://www.excelforum.com/showthread...hreadid=516475

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eddy Stan
 
Posts: n/a
Default Calculating sales commision HELP!!!!!!!

try this..

A1 Target B1 12000
A2 Sales B2 13150
A3 % B3 109.58%
commission B4 657.5

at b4 put
=IF(B3<=99.99%,B2*3%,IF(AND(B3=100%,B3<=109.99%), B2*5%,IF(B3=110%,B2*10%,0)))

"spunkysezza" wrote:


Hi everyone;

I really need help, I've looked everywhere and I can't seem to find
anything that has all that my boss is wanting to do! Typical


My boss is looking for a formula that will be able to calculate the
following.

Sales Commision by rep

E.G.
3% of sales up to 99.99% $_____
5% of sales up to 100% - 109.99% $______
10% of sales up to 110% - above $______

It will be based on the targets that he sets the reps per month.

If anyone has any ideas I would be so gratefull.

Thanks for taking the time to think my request through

Sarah


--
spunkysezza
------------------------------------------------------------------------
spunkysezza's Profile: http://www.excelforum.com/member.php...o&userid=31921
View this thread: http://www.excelforum.com/showthread...hreadid=516475


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Calculating sales commision HELP!!!!!!!

Or, for a more generic solution, look he

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

--
Kind regards,

Niek Otten

"Eddy Stan" wrote in message
...
try this..

A1 Target B1 12000
A2 Sales B2 13150
A3 % B3 109.58%
commission B4 657.5

at b4 put
=IF(B3<=99.99%,B2*3%,IF(AND(B3=100%,B3<=109.99%), B2*5%,IF(B3=110%,B2*10%,0)))

"spunkysezza" wrote:


Hi everyone;

I really need help, I've looked everywhere and I can't seem to find
anything that has all that my boss is wanting to do! Typical


My boss is looking for a formula that will be able to calculate the
following.

Sales Commision by rep

E.G.
3% of sales up to 99.99% $_____
5% of sales up to 100% - 109.99% $______
10% of sales up to 110% - above $______

It will be based on the targets that he sets the reps per month.

If anyone has any ideas I would be so gratefull.

Thanks for taking the time to think my request through

Sarah


--
spunkysezza
------------------------------------------------------------------------
spunkysezza's Profile:
http://www.excelforum.com/member.php...o&userid=31921
View this thread:
http://www.excelforum.com/showthread...hreadid=516475




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Calculating sales commision HELP!!!!!!!

"spunkysezza" wrote:
My boss is looking for a formula that will be able to
calculate the following.
Sales Commision by rep[.] E.G.
3% of sales up to 99.99% $_____
5% of sales up to 100% - 109.99% $______
10% of sales up to 110% - above $______


If A1 contains pecentage increase in sales [1]:

=if(a1<100%, 3%, if(a1<110%, 5%, 10%))

Note: Consequently, a sales increase of 99.992% will get
a 3% commission. That falls into a gray area in the rules
above. I suspect that what I wrote matches your true
intention.


-----
[1] Percentage increase in sales can be computed as
follows, if B1 contains current sales and B2 contains
previous sales:

=b1/b2 - 1

Format as Percentage with 2 decimal places. To be
consistent with the rule stated above, you might want
to round percentage to 2 decimal places:

=round(b1/b2 - 1, 4)
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
spunkysezza
 
Posts: n/a
Default Calculating sales commision HELP!!!!!!!


Hi Everyone

Thank you so much for getting back to me so quickly. I'm going to give
all the advice a try until I get what my manager is looking for. I'll
let you know how I go.

Thanks again

Cheers

Sarah


--
spunkysezza
------------------------------------------------------------------------
spunkysezza's Profile: http://www.excelforum.com/member.php...o&userid=31921
View this thread: http://www.excelforum.com/showthread...hreadid=516475



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
Pivot table for reporting sales performance Ram Excel Discussion (Misc queries) 2 February 6th 06 10:06 AM
Calculate Total Sales from a Database John Excel Worksheet Functions 0 November 3rd 05 12:26 PM
Calculating total amount of sales for each salesman Exedate Excel Worksheet Functions 4 May 27th 05 09:53 PM
Complex Sales Tax Robert Excel Worksheet Functions 8 January 12th 05 07:47 PM


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