View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ikaabod[_76_] Ikaabod[_76_] is offline
external usenet poster
 
Posts: 1
Default Sales Commission


To get an exact answer more details would probably be needed, but i
you're just looking for a hint in the right direction this should ge
you started:
=CHOOSE(IF((AND(A1=0,A1<=500)),1,IF((AND(A1500,A 1<=4000)),2,IF((AND(A14000)),3,"Negativ
Value"))),6%,10%,12%)

Tim Mears Wrote:
To whom it may concern

I am having problems calculating my sales commisson spreadsheet.
want a variable rate which is:

0-500 = 6%
501 - 4000 = 10%
4001+ = 12%

This is the easy part, however this is ongoin on a monthly basis and i
a sales guys go over the threshold i want to pay them only on the amoun
over that threshold

ie a sales guy bills 400 in march and in april he does a further 200
therefore going over the 500 threshold, can excel work out that th
commission due is 100 @ 6% and 100 @10% therefore making his commisio
16.

i am really struggling

Make Thanks in anticipation

Ti


--
Ikaabo
-----------------------------------------------------------------------
Ikaabod's Profile: http://www.excelforum.com/member.php...fo&userid=3337
View this thread: http://www.excelforum.com/showthread.php?threadid=54267