My Scenario is as follows:-
If the Value is >=1, <=2 then the value will be 4.5
If the Value is >2, <=4 then the value will be 4.5
If the Value is >4, <=7 then the value will be 80%
If the Value is >7, <=9 then the value will be 60%
I tried the following Formula:-
=IF(C17=0,0,IF(C17<=2,4.5,IF(C17>2,4,IF(C17<=4,4,IF(C17>=4,C17*0.8)))))
but not working.
Please anybody can help?
Regards
Desert Fox
If the Value is >=1, <=2 then the value will be 4.5
If the Value is >2, <=4 then the value will be 4.5
If the Value is >4, <=7 then the value will be 80%
If the Value is >7, <=9 then the value will be 60%
I tried the following Formula:-
=IF(C17=0,0,IF(C17<=2,4.5,IF(C17>2,4,IF(C17<=4,4,IF(C17>=4,C17*0.8)))))
but not working.
Please anybody can help?
Regards
Desert Fox