Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello All,
I have attached P9 mathcad sheet. I am struggling to do four "if" statements. I have four different exposures A,B,C, and D. I managed to do up to exposure B. I just did exposure "B" and I don't remember how i did it.I am not able to add another "else" statement for exposure C, D.
Thank you!
Sam
Solved! Go to Solution.
The programming construct elseif might be what you're looking for. Is the following what you intended?
I haven't got Mathcad Prime 9, I'm afraid. Only MP10 and MP11, neither of which save backward compatible worksheets.
Stuart
The programming construct elseif might be what you're looking for. Is the following what you intended?
I haven't got Mathcad Prime 9, I'm afraid. Only MP10 and MP11, neither of which save backward compatible worksheets.
Stuart
I appreciate it so much, Stuart!
The issue was i did not have the double line "Program" as you are showing before i started my if statement. I corrected it and got the result.
Regards,
Sam
Hi Sam,
Here is another way without the programming:
Cheers
Terry