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

            Bug ID: 88945
           Summary: Using the IF function of CALC is inconsistent in the
                    UI and Help.
           Product: LibreOffice
           Version: 4.4.0.3 release
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 112958
  --> https://bugs.documentfoundation.org/attachment.cgi?id=112958&action=edit
In the Function Wizard,If Function usage.

In the function wizard,IF Function usage is  =IF(Logical expression,TRUE if,
FALSE if).
In CALC Help,IF Function usage is  =IF(Test;Thenvalue;OtherwiseValue).

I think I should be standardized to comma.

ex.1) Pootle 4.4Help.
https://translations.documentfoundation.org/ja/libo_help/translate/scalc/01.po#unit=30754190

IF(Test; ThenValue; OtherwiseValue)  --> IF(Test, ThenValue , OtherwiseValue)

ex.2) Pootle 4.4Help.
https://translations.documentfoundation.org/ja/libo_help/translate/scalc/01.po#unit=30756340

<item type="input">=IF(A1>5;100;"too small")</item> If the value in A1 is
higher than 5, the value 100 is entered in the current cell; otherwise, the
text “too small” (without quotes) is entered.

-->
<item type="input">=IF(A1>5,100,"too small")</item> If the value in A1 is
higher than 5, the value 100 is entered in the current cell; otherwise, the
text “too small” (without quotes) is entered.

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

Reply via email to