Question
Help with a double "IF" statement
Hello.
I'm having trouble combining 2 "IF" statements. I'm sure this is a piece of cake for you experts.
Here is the general form of my program (the actual equations are more complicated).
X=A If M=1
X=B If M=2 and If N=1
X=C If M=2 and If N=0 (or simply X=C otherwise)
Thanks, Al Clark

