mbrown3039
New Member
- Joined
- Jan 30, 2017
- Messages
- 2
Hello all, I was recently offered a sales job where the commission rate is based on the profit margin of the sale (specifically, no commission on sales with less than 20% margin, 20-29% margin = 10% commission, 30-32% = 12.5% comm., 33-39% = 15% and 40%+ margin = 18% commission); in trying to see what that equates to based on my previous year's sales, i used this formula (where j2 = margin % and i2 = margin dollars):
=IF(J2>19%,I2*10%,IF(J2>29,I2*12.5%,IF(J2>32%,I2*15%,IF(J2>39%,I2*18%))))
However, the formula stops at the first commission rate (10%) for all sales regardless of the actual margin shown in j2. I am not an Excel expert by any means (I think this is only the 3rd time I've ever used the IF function) and am stumped as to why it stops at the 1st commission rate. Any thoughts? Thanks in advance, M
=IF(J2>19%,I2*10%,IF(J2>29,I2*12.5%,IF(J2>32%,I2*15%,IF(J2>39%,I2*18%))))
However, the formula stops at the first commission rate (10%) for all sales regardless of the actual margin shown in j2. I am not an Excel expert by any means (I think this is only the 3rd time I've ever used the IF function) and am stumped as to why it stops at the 1st commission rate. Any thoughts? Thanks in advance, M