See if this works ... i may not understood correctly what you need , but won't hurt to try. Of course you will need to change cell d16 to match your situation.
Code:=IF(AND(D16>=50000,D16<75000),D16*0.1,IF(AND(D16>=75000,D16<90000),D16*0.2,IF(AND(D16>=90000,D16<100001),D16*0.22,)))



Reply With Quote

Bookmarks