How to have multiple if conditions in formula
-
How can I have multiple if conditions in a formula ? The formula builder is not intuitive and does not give any error messages.
I would like to add the results of multiple if conditions such as
if( quantity_field_id_1 >4){ quantity_field_id_1 * 23}else{ quantity_field_id_1 * 47} + if( quantity_field_id_3 >4){ quantity_field_id_3 * 23}else{ quantity_field_id_3 * 47}
so if field 1 quantity is more than 4 then multiple by 47 otherwise multiple by 23. I want to add the result of more than 1 if condition. If I do one if statement the total works if I add two then it does not.
There is no documentation or examples of how to do simple formulas. If I cannot get this to work I will be asking for a refund and build a custom page myself.
- The topic ‘How to have multiple if conditions in formula’ is closed to new replies.