winderkent
New Member
- Joined
- Apr 26, 2017
- Messages
- 11
Happy New Year Everyone,
I am trying to use an IF Statement here; however keep getting Syntax Error. Appreciate if anyone could kindly assist. Thank you
=IF((K7)>=60,(K7)<80),0.02, IF(AND((K7)>=80,(K7)<100),0.035, IF(AND((K7)>=100,(K7)>=120),0.0425,0.05)))
If the result is >=60%, then it will display 2%.
But if the result is >= 80%, then it will display 3.5%
Then if the result is >= 100%, then it will display 4.25%
Then if the result is >= 120%, then it will display 5.00%
I am trying to use an IF Statement here; however keep getting Syntax Error. Appreciate if anyone could kindly assist. Thank you
=IF((K7)>=60,(K7)<80),0.02, IF(AND((K7)>=80,(K7)<100),0.035, IF(AND((K7)>=100,(K7)>=120),0.0425,0.05)))
If the result is >=60%, then it will display 2%.
But if the result is >= 80%, then it will display 3.5%
Then if the result is >= 100%, then it will display 4.25%
Then if the result is >= 120%, then it will display 5.00%