https://bugs.documentfoundation.org/show_bug.cgi?id=121575

            Bug ID: 121575
           Summary: Funzione logica PIÙ
           Product: LibreOffice
           Version: 6.1.3.1 rc
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
Libre office Calc Italian

Steps to Reproduce:
1.
Più «se»        
        0<=Value<1      «A»
        1<=Value<1.5    «B»
        1.5<=Value<3    «C»
        3<=Value        «D»


2.
String :  PIÙ.SE(0<=Value<1,"A",1<=Value<1.5,"B",1.5<=Value<3,"C",3<=Value,"D")


Actual Results:
0       B
1.33    B
5.2     B
0.1     B
3.2     B
1.5     B
2.5     B
3       B


Expected Results:

Results
0       A
1.33    B
5.2     D
0.1     A
3.2     D
1.5     B
2.5     C
3       D



Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to