Forum Discussion
OR(=)
- Apr 21, 2023
Can you provide a workbook instead of a screenshot?
HansVogelaar Another example that is not accomplished
Can you provide a workbook instead of a screenshot?
- HansVogelaarJun 13, 2023MVP
The problem is that although S3 displays 1, its value is actually not equal to 1, but to 1,130815...
You'll see this if you set the number format of S3 to General:
You might use ARROTONDA(S3;0) instead of S3 in the formula. See the attached version.
- Lorenzo_MasottiJun 13, 2023Copper Contributor
PIÙ.SE(E(R66=35;O(A66={"Gennaio"\"Febbraio"\"Marzo"\"Ottobre"\"Novembre"\"Dicembre"});S66=1);6,3;E(R66=45;AA3=1);4,8;E(R66=55;O(A66={"Gennaio"\"Febbraio"\"Marzo"\"Ottobre"\"Novembre"\"Dicembre"});S66=1);3,73;E(R66=35;O($A$66={"Aprile"\"Maggio"\"Giugno"\"Luglio"\"Agosto"\"Settembre"});S66=1);5,65)@Hans Vogelaar
Is still giving error. like N/D
- HansVogelaarJun 12, 2023MVP
=PIÙ.SE(E(N3=35;O(A3={"Gennaio"\"Febbraio"\"Marzo"\"Ottobre"\"Novembre"\"Dicembre"});S3=1);6,3;E(N3=45;S3=1);4,8;E(N3=55;O(A3={"Maggio"\"Giugno"\"Luglio"\"Agosto"\"Settembre"});S3=1);3,73;E(N3=35;S3=1);6,3)
or
=PIÙ.SE(E(N3=35;O(A3={"Gennaio";"Febbraio";"Marzo";"Ottobre";"Novembre";"Dicembre"});S3=1);6,3;E(N3=45;S3=1);4,8;E(N3=55;O(A3={"Maggio";"Giugno";"Luglio";"Agosto";"Settembre"});S3=1);3,73;E(N3=35;S3=1);6,3)
- Lorenzo_MasottiJun 12, 2023Copper Contributor
Can you provide for me the right formula typed with OR? HansVogelaar. I attached an excel. PIÙ.SE(E(N67=35;O(A67=("Gennaio";"Febbraio";"Marzo";"Ottobre";"Novembre";"Dicembre");"vero";"falso";S67=1);6,3;E(N67=45;S67=1);4,8;E(N67=55;A67=O("Maggio";"Giugno";"Luglio";"Agosto";"Settembre");S67=1);3,73;E(N67=35;S67=1);6,3)