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

            Bug ID: 139985
           Summary: Problem with rept() in combination with
                    randbetween.nv()
           Product: LibreOffice
           Version: 7.0.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: joachim.kreut...@gmx.net

Description:
Cell A1: =REPT("a";B1)
Cell B1: =RANDBETWEEN.NF(1;10)

Safe and open the file and you see, the A1 the error in A1

Steps to Reproduce:
1. Cell A1: =REPT("a";B1)
2. Cell B1: =RANDBETWEEN.NF(1;10)
3. Safe and open the file and you see, the A1 contains wrong number of 'a'.

Actual Results:
Example
Cell B1 contains 8
Cell A1 contains "aa"

Expected Results:
Cell B1 contains 8
Cell A1 contains "aaaaaaaa"


Reproducible: Always


User Profile Reset: No



Additional Info:
While RANDBETWEEN.NF is recalculated by opening the calc-file, the cell with
rept won't be updated.

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

Reply via email to