#1   Report Post  
Posted to microsoft.public.excel.misc
Gladys
 
Posts: n/a
Default Commission Formula

Basically what i need to do is add individual commisions for each
salesperson. if they sell 1-11 untis hey receive 25% commission. On the 12
sale, they receive 30% comission for all of their sales. Therefore, i must
go back and add in the extra 5% of commission for the first 11 sales. on the
16th sale they start to receive 35% commission...i miust then go back and add
on the additional 5% for the first 15 sales. Lastly, on the 26th sale they
receive 40% commission and then once again i must add the additional 5% for
all of the previous sales. Thus, there commission is retroactive
My problem is that not all sales will land in the same cell, as see some
cells do not count as a unit sold, and thus i am having trouble figuring out
a way to make one spreadsheet that will be compatable for all salesman.

Thanks in advance.


  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Commission Formula

This should help you with the first part:

assuming A1 = units, B1 = Sales, then in C1:

=B1*LOOKUP(A1,{1,12,16,26},{0.25,0.3,0.35,0.4})

as for the second part, we would need more details.

HTH
JG

"Gladys" wrote:

Basically what i need to do is add individual commisions for each
salesperson. if they sell 1-11 untis hey receive 25% commission. On the 12
sale, they receive 30% comission for all of their sales. Therefore, i must
go back and add in the extra 5% of commission for the first 11 sales. on the
16th sale they start to receive 35% commission...i miust then go back and add
on the additional 5% for the first 15 sales. Lastly, on the 26th sale they
receive 40% commission and then once again i must add the additional 5% for
all of the previous sales. Thus, there commission is retroactive
My problem is that not all sales will land in the same cell, as see some
cells do not count as a unit sold, and thus i am having trouble figuring out
a way to make one spreadsheet that will be compatable for all salesman.

Thanks in advance.


  #3   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann
 
Posts: n/a
Default Commission Formula

Extending pinmaster's formula:

With the list of the different salespersons' names in Column A, the list of
items being sold in Column B and the cost of that particular item in C1,
try:

=SUMPRODUCT((A1:A1000="Jim")*(B1:B1000="Item")*C1* (LOOKUP(SUMPRODUCT((A1:A1000="Jim")*(B1:B1000="Ite m")),{1,12,16,26},{0.25,0.3,0.35,0.4})))


--
HTH

Sandy

with @tiscali.co.uk


"pinmaster" wrote in message
...
This should help you with the first part:

assuming A1 = units, B1 = Sales, then in C1:

=B1*LOOKUP(A1,{1,12,16,26},{0.25,0.3,0.35,0.4})

as for the second part, we would need more details.

HTH
JG

"Gladys" wrote:

Basically what i need to do is add individual commisions for each
salesperson. if they sell 1-11 untis hey receive 25% commission. On the
12
sale, they receive 30% comission for all of their sales. Therefore, i
must
go back and add in the extra 5% of commission for the first 11 sales. on
the
16th sale they start to receive 35% commission...i miust then go back and
add
on the additional 5% for the first 15 sales. Lastly, on the 26th sale
they
receive 40% commission and then once again i must add the additional 5%
for
all of the previous sales. Thus, there commission is retroactive
My problem is that not all sales will land in the same cell, as see some
cells do not count as a unit sold, and thus i am having trouble figuring
out
a way to make one spreadsheet that will be compatable for all salesman.

Thanks in advance.





  #4   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Commission Formula

See

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

It's impossible for me to guess what you mean by your last paragraph.

In article ,
Gladys wrote:

Basically what i need to do is add individual commisions for each
salesperson. if they sell 1-11 untis hey receive 25% commission. On the 12
sale, they receive 30% comission for all of their sales. Therefore, i must
go back and add in the extra 5% of commission for the first 11 sales. on the
16th sale they start to receive 35% commission...i miust then go back and add
on the additional 5% for the first 15 sales. Lastly, on the 26th sale they
receive 40% commission and then once again i must add the additional 5% for
all of the previous sales. Thus, there commission is retroactive
My problem is that not all sales will land in the same cell, as see some
cells do not count as a unit sold, and thus i am having trouble figuring out
a way to make one spreadsheet that will be compatable for all salesman.

Thanks in advance.

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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
adding row to forumla carrera Excel Discussion (Misc queries) 9 August 23rd 05 10:24 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 09:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"