I need to create a if then statement for commissions calculations and i
is on a cumulative total of sales. I think the formula is to long an
do not know how to shorten it and make it work.
IF(B22>500001,(C21*0.1),IF(B22>250001,IF(C22>500001,(((C22-500000)*0.1)+((500000-B22)*0.08)),IF(C22>250001,(C21*0.08),IF(B22<250001,IF(C22>500001,(((C22-500000)*0.1)+20000+(250000-B22)*0.05)),IF(C22>250001,(((C22-250000)*0.08)+(250000-B22)*0.05),(C21*0.05)))))))
Commission
2014 Example Jan Feb...
Help with long if then statement
is on a cumulative total of sales. I think the formula is to long an
do not know how to shorten it and make it work.
IF(B22>500001,(C21*0.1),IF(B22>250001,IF(C22>500001,(((C22-500000)*0.1)+((500000-B22)*0.08)),IF(C22>250001,(C21*0.08),IF(B22<250001,IF(C22>500001,(((C22-500000)*0.1)+20000+(250000-B22)*0.05)),IF(C22>250001,(((C22-250000)*0.08)+(250000-B22)*0.05),(C21*0.05)))))))
Commission
2014 Example Jan Feb...
Help with long if then statement