How can I write a good condition if else if in JMP
Hello I have several columns with data and I want to add another col which will get a formula like this:A B C2 53 45 54 7C column will get an if else formula for example: If(A&B==4 then C ==Good) else if(A&B==3 then C ==bad) else if(A&B==1 then C ==Good)How can I write this in a formula ?