tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi there,
I can't work out why I can't join these two IF Statements. Separately, they work fine.
=IF(J40<3.5%,"Acceptable Variance (Does not exceed 3%)","Unacceptable Variance! (Exceeds 3%)")
=IF(J40>-3.5%,"Acceptable Variance (Does not exceed 3%)","Unacceptable Variance! (Exceeds 3%)")
But if I join them together;
=IF(OR(J40<3.5%,J40>-3.5%),"Acceptable Variance (Does not exceed 3%)","Unacceptable Variance! (Exceeds 3%)"))
It doesn't work. I want to capture when it exceeds +/- 3.5%
Can anyone see where I am going wrong?
Thanks!
I can't work out why I can't join these two IF Statements. Separately, they work fine.
=IF(J40<3.5%,"Acceptable Variance (Does not exceed 3%)","Unacceptable Variance! (Exceeds 3%)")
=IF(J40>-3.5%,"Acceptable Variance (Does not exceed 3%)","Unacceptable Variance! (Exceeds 3%)")
But if I join them together;
=IF(OR(J40<3.5%,J40>-3.5%),"Acceptable Variance (Does not exceed 3%)","Unacceptable Variance! (Exceeds 3%)"))
It doesn't work. I want to capture when it exceeds +/- 3.5%
Can anyone see where I am going wrong?
Thanks!