on 2021 May 09 5:07 PM
I am trying to solve an issue with material quantity calculation, I need to nest if statements, but I get an error saying Invalid formula (Message number 40303)
Here is the formula I am trying:
IF ([002,002]<3) THEN (IF ([002,003]<3) THEN (10) ELSE (30)) ELSE (20)
And this is the formula that doesn't throw errors:
IF ([002,002]<3) THEN (10) ELSE (20)
Adding other functions to the if statement doesn't throw errors, only nested if statements do, this works without errors:
IF ([002,002]<3) THEN (ROUND(1,8)) ELSE (20)
I have tried to look for documentation about this but was unsuccessful.
Could you please tell me if there is a way to have nested if loops in material quantity calculation?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
For the next person with this issue: you can't nest if statements in MQC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 29 | |
| 14 | |
| 14 | |
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.