[Libreoffice-bugs] [Bug 111920] New: Cells no automatically recalculated when formula is dependent of language and this is changed

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 19 23:00:41 UTC 2017


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

            Bug ID: 111920
           Summary: Cells no automatically recalculated when formula is
                    dependent of language and this is changed
           Product: LibreOffice
           Version: 5.4.0.3 release
          Hardware: All
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: luismiguel.lacosta at gmail.com

Al least function TEXT is dependent of language in the format code argument.

When the lenguage of cell is English (decimal separator is ".") the formula

TEXT(12345/10,"#.000") returns "1234.500"

but when the lenguage of cell is Spanish (decimal separator is ",") the formula

TEXT(12345/10,"#.000") return "1.235"

When you change cell language in the "Format cells" dialog or when you change
locale settings in Tools -> Options... -> Language Settings -> Languages and
the result of the function is diferent, the cell is not automatically
recalculated.

Procedure to test first case:

1) Create a new calc file

2) Set language of cell A1 to "English (USA)" (not starting with default)

3) Enter formula in cell A1

=TEXT(12345/10,"#.000")

Result show in cell is 1234.500

4) Change language of cell A1 to "Spanish (Spain)" (not starting with default)

Nothing changes in result

5) Over cell A1 press F9

Result changes to 1.235

Procedure to test second case:

1) In Tools -> Options... -> Language Settings -> Languages set locale settings
to "English (USA)"

2) Create a new calc file

3) Enter formula in cell A1

=TEXT(12345/10,"#.000")

Result show in cell is 1234.500

4) In Tools -> Options... -> Language Settings -> Languages set locale settings
to "Spanish (Spain)"

Nothing changes in result

5) Over cell A1 press F9

Result changes to 1.235

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170819/c603aedd/attachment.html>


More information about the Libreoffice-bugs mailing list