<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Miscalculation of recursive string formula"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131066">131066</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Miscalculation of recursive string formula
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.4.0.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>juanj.marin@juntadeandalucia.es
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
We are using a recursive formula to turn the data from a column into a line
separated by ;

It fails, and it miscalculates the result. In the intermediate steps it reset
the calculations, and it never gives all the data. 

Steps to Reproduce:
A is the column where we have the data
B is the column we use to iterate A and the last line has the result

B1 is A1
B2 is =B1&";"&A2
B2 is =B2&";"&A3
etc


Actual Results:
The Bn is reseted to ;An . I don't understand the patron that n follows in this
error.

At the end, only part of data from A is on the last B

Expected Results:
we expect the last Bn contains all the items from A separated by ; 


Reproducible: Always


User Profile Reset: No



Additional Info:
It also happens on 6.3.0.4 version on Windows.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>