<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Inconsistent behaviour of option "Expand References...""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128846">bug 128846</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>oliver.brinzing@gmx.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Inconsistent behaviour of option "Expand References...""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128846#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Inconsistent behaviour of option "Expand References...""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128846">bug 128846</a>
              from <span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=155888" name="attach_155888" title="excel spreadsheet">attachment 155888</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=155888&action=edit" title="excel spreadsheet">[details]</a></span>
excel spreadsheet

(In reply to Andreas Säger from <a href="show_bug.cgi?id=128846#c0">comment #0</a>)

<span class="quote">> The not adjacent formula cell in B2 which calculates the overall
> =SUM($A$6:$A$11) expands to =SUM($A$6:$A$12) which is perfectly wanted 
> behaviour. </span >

correct: =SUM($B$6:$B$11) expands to =SUM($B$6:$B$12)

<span class="quote">> Formula in B11 =SUM($A$6:A11) becomes =SUM($A6:A12) although the cell B11
> does not move. However, the adjacent calculated field should not change.</span >

with AOO 4.1.5 and "[x] expand references":
- select row 12
- context menu: insert row
-> formula in B11 changes from =SUM($A$6:A11) to =SUM($A$6:A12)

i cannot see a difference?

btw: excel suggest using: =SUM(INDIRECT("A6:A"&ROW()))</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>