andycreber
Board Regular
- Joined
- May 20, 2010
- Messages
- 74
- Office Version
- 2016
Hi
I'm tying to do this Nested IF statement and I get the error #VALUE ! which I cannot find out why, please could someone help me.
Formula
=IF(AND(R5>=0.05,R5<=0.0699),-40),IF(AND(R5>=0.07,R5<=0.09),0),IF(AND(R5>=0.0901,R5<=0.012),60),IF(AND(R5>=12.01,R5<=15),120,0)
I want my my cell in R5 to by shown as a percentage, hence the weird ranges.
Many thanks in advance
I'm tying to do this Nested IF statement and I get the error #VALUE ! which I cannot find out why, please could someone help me.
Formula
=IF(AND(R5>=0.05,R5<=0.0699),-40),IF(AND(R5>=0.07,R5<=0.09),0),IF(AND(R5>=0.0901,R5<=0.012),60),IF(AND(R5>=12.01,R5<=15),120,0)
I want my my cell in R5 to by shown as a percentage, hence the weird ranges.
Many thanks in advance