I´ve been trying to get the following to work in excel:
Rules are:
IF
E10<30 THEN E22==0
IF
E10>=91 BUT E10<=180 THEN E22=(L24*7)
IF
E10>=181 BUT E10<=364 THEN E22=(L24*15)
IF
E10>=365 THEN E22=(L24*30)
In the following formulation:
=IF(E10<90, E22==0,IF((E10>=91 AND(E10<=180)), L24*7),), IF(E10>=181 OR IF(E10<=364, L24*15) IF(E10>=365, L24*30)
but guess what....
DENIED!
Can you help me out? I´m starting to tear my hair off!!
BIG THANKS!!!
Rules are:
IF
E10<30 THEN E22==0
IF
E10>=91 BUT E10<=180 THEN E22=(L24*7)
IF
E10>=181 BUT E10<=364 THEN E22=(L24*15)
IF
E10>=365 THEN E22=(L24*30)
In the following formulation:
=IF(E10<90, E22==0,IF((E10>=91 AND(E10<=180)), L24*7),), IF(E10>=181 OR IF(E10<=364, L24*15) IF(E10>=365, L24*30)
but guess what....
DENIED!
Can you help me out? I´m starting to tear my hair off!!
BIG THANKS!!!