Hello,
the logic you describe can be created with nested IF functions like this:
Or you can use a Lookup function like this:
What's wrong with your formula:
Your formula is missing a closing bracket on the second IF statement, which causes the error message of "too many arguments". Remove one closing bracket from the end of the formula. This gives a starting point if you want to pursue your approach, but you are still missing a lot of conditions.
=IF(A2>=50000,if(C2>=20%,B2*0.025,IF(C2<=20%,B2*0)),if(C2>=20%,B2*.05,0))
cheers, teylyn
Bookmarks