How can I change commision % after it pass certian number

G

Guest

i have class project where i am suppose to be sales manger and i am trying to
set up a pay plan for sale personals, the gross profit percentage changes
"20%" after the 12 sale the plan retroactive and go up to 25%.

i am trying to think if there is plan that changes the commission after it
hits that magic number

Thanks
 
M

MartinW

Hi Ab shihab,

Not exactly sure what you want, but, here is a first try,
Gross Profit in A1
Number of sales in B1
Put this in C1 =IF(B1<=12,A1*0.2,A1*0.25)

HTH
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top