Formula fix
-
Hello, I have a formula, of a range that, if it exceeds 5000 units, the cost increases to double. But I can’t get it to work out. What am I doing wrong?
dropDown_field_id_3 + dropDown_field_id_0 + dropDown_field_id_1 + dropDown_field_id_2 + dropDown_field_id_4 + if (range_field_id_5<5000) {range_field_id_5 *10} else {range_field_id_5*20}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Formula fix’ is closed to new replies.