Forum Discussion

Asmaa950's avatar
Asmaa950
Copper Contributor
Jun 06, 2020
Solved

Multiple conditional if

Hello All,   this equation does not work and i do not know where is the problem   =IF(V11<15000/12,0,IF(V11<30000/12,"(V10-(15000/12))*2.5%",IF(V11<45000/12,"((V10-(30000/12))*10%)+(375/12)",IF(V...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jun 06, 2020

    Asmaa950 

    If that's the only error please remove apostrophes here

    =IF(V11<15000/12,0,
    IF(V11<30000/12, "(V10-(15000/12))*2.5%",
    IF(V11<45000/12, "((V10-(30000/12))*10%)+(375/12)",
    IF(V11<60000/12, ((V11-(45000/12))*15%)+(1875/12),
    IF(V11<200000/12, ((V11-(60000/12))*20%)+(4125/12),
    IF(V11<400000/12, ((V11-(200000/12))*22.5%)+(32125/12),
    IF(V11<600000/12, "((V10-(400000/12))*25%)+(77125/12)",
    IF(V11<700000/12, "((V10-(400000/12))*25%)+(77500/12)",
    IF(V11<800000/12, ((V11-(400000/12))*25%)+(79750/12),
    IF(V11<900000/12, ((V11-(400000/12))*25%)+(82000/12),
    IF(V11<1000000/12,((V11-(400000/12))*25%)+(85000/12),
    IF(V11>1000000/12,((V11-(400000/12))*25%)+(90000/12),0
    ))))))))))))

Resources