leamercedes22
New Member
- Joined
- Mar 15, 2018
- Messages
- 3
I am having trouble with a formula and cant seem to figure out how to solve for.
I am trying to solve for a commission Plan. The Logic is if the Plan type is equal to A and the term of the contract is =<12 months than put Plan type A1, if equal to A and >12 months but <36 than apply plan A1A2, but if the term is over 36 months than you need A1A2A3, Otherwise ignore all that and just bring back what ever is in cell A3
Plan Type A3
Contract Term X3
So far I have this formula and its not working
=IF(AND(A3="A",X3<="12"),"A1",IF(AND(A3="A",X3>"12"),"A1A2",IF(AND(A3="A",X3>"36")"A3")))
I am trying to solve for a commission Plan. The Logic is if the Plan type is equal to A and the term of the contract is =<12 months than put Plan type A1, if equal to A and >12 months but <36 than apply plan A1A2, but if the term is over 36 months than you need A1A2A3, Otherwise ignore all that and just bring back what ever is in cell A3
Plan Type A3
Contract Term X3
So far I have this formula and its not working
=IF(AND(A3="A",X3<="12"),"A1",IF(AND(A3="A",X3>"12"),"A1A2",IF(AND(A3="A",X3>"36")"A3")))