1 Pages (6 items)
Condition IF with egual / not equal - Messages
#1 Posted: 8/11/2021 2:39:37 PM
Hi,
I have problem with "if with many conditions"
Image1 - conditions with equal - resultat error
Image2 - conditions with not equal - resultat OK
How to fix a formula?
File not found.File not found.File not found.
I have problem with "if with many conditions"
Image1 - conditions with equal - resultat error
Image2 - conditions with not equal - resultat OK
How to fix a formula?
File not found.File not found.File not found.
#2 Posted: 8/11/2021 3:18:52 PM
It is not very clear what you want to achieve.
Compared to your procedure the two results are correct (but I'm afraid they are not the ones expected).
The procedure passes all rows of the Matrix and compares three elements. In the first case ( = ) at the first step the three equalities are verified but at the following steps no for which F1 is stored F1:=0 (correctly).
In the second case (not =) at the first step, the three inequalities are not verified, but the subsequent steps in the three inequalities are all verified, but in F1 is only stored the last of the values that replaces the previous calculated for rows 2 and 3 (correct).
sergio
Compared to your procedure the two results are correct (but I'm afraid they are not the ones expected).
The procedure passes all rows of the Matrix and compares three elements. In the first case ( = ) at the first step the three equalities are verified but at the following steps no for which F1 is stored F1:=0 (correctly).
In the second case (not =) at the first step, the three inequalities are not verified, but the subsequent steps in the three inequalities are all verified, but in F1 is only stored the last of the values that replaces the previous calculated for rows 2 and 3 (correct).
sergio
#3 Posted: 8/11/2021 3:36:11 PM
The example with (not =) is irrelevant. Shows that the entire formula is correct.
I need to get the correct result in the second formula (=)
For this case the result should be 11 (first row meets the condition), not zero car first F1 = 0 + 22/2 = 11
This formula works for (not=) and not for (=)
I need to get the correct result in the second formula (=)
For this case the result should be 11 (first row meets the condition), not zero car first F1 = 0 + 22/2 = 11
This formula works for (not=) and not for (=)
#4 Posted: 8/11/2021 3:53:45 PM
#5 Posted: 8/11/2021 4:36:18 PM
1 Pages (6 items)
-
New Posts
-
No New Posts