Multiple “IF” in Formula
-
Hello,
is it possible to create multiple “IF” statements in a formula?Let’s assume that I have fields A, B, C, and D (I actually have 10 such fields).
If A is checked then (A * 2 + 35)
If B is checked then (B / 2 + 15)
C = quantity = if C is > 0 then (value for C + D/1000*15)Finally, the sum of A, B, C is:
IF {A} {(A * 2 + 35)} + IF {B} {(B / 2 + 15)} + IF {C} {(D + E/1000*15)}For now, I can’t calculate it because, for example, the formula IF {A} {(A * 2 + 35)} gives me 35 (because it is +35) even though the field is not selected.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Multiple “IF” in Formula’ is closed to new replies.
