Quantcast
Viewing all articles
Browse latest Browse all 98

Sum of conditional formulas in a formula

Replies: 8

Hi there

Can you add a formula that contain formulas? I have done a test and the calculation result is not correct.

That is, formula A contains a complex conditional formula and formula B contains another complex conditional formula like the ones below. And I create a formula that adds formula A and formula B that contain those complex conditional formulas.

It is this case. I have transcribed the formulas with the legacy system so that they are understood, but I am using the current letter system.

FORMULA A
(quantity_field_id_1 – quantity_field_id_2) + (quantity_field_id_3 * 30.05) + (quantity_field_id_4 * 30.05)

FORMULA B
IF (quantity_field_id_5 > 4) {
(((quantity_field_id_5-4) * 2) – quantity_field_id_6) * 3.05
}ELSE{
0
}

FORMULA C

Formula A + Formula B

Thanks in advance.


Viewing all articles
Browse latest Browse all 98

Trending Articles