albertc30
Well-known Member
- Joined
- May 7, 2012
- Messages
- 1,091
- Office Version
- 2019
- Platform
- Windows
Hi all.
This lats part of my formula is wrong somehow as it will not return the expect "not".
=IF(OR(A2>0,B2>0)*AND(D2=0),"No Inp.",IF(AND(A2=0,B2=0,OR(D2>0)),"No prod.",IF(OR(J2<=1%,J2>=-1%),"Yield Ok","not")))
In cell J2 my value is 4.76% as a result of formula "=100%-D2/I2".
According to my previous ifs formula I should now see being returned "not" correct?
What am I doing wrong here please anyone?
Many thanks.
Albert
This lats part of my formula is wrong somehow as it will not return the expect "not".
=IF(OR(A2>0,B2>0)*AND(D2=0),"No Inp.",IF(AND(A2=0,B2=0,OR(D2>0)),"No prod.",IF(OR(J2<=1%,J2>=-1%),"Yield Ok","not")))
In cell J2 my value is 4.76% as a result of formula "=100%-D2/I2".
According to my previous ifs formula I should now see being returned "not" correct?
What am I doing wrong here please anyone?
Many thanks.
Albert