<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Formula sequence check - warn on interruption"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95808#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Formula sequence check - warn on interruption"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95808">bug 95808</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>Sequences like
=A1*1.19
=A2*1.19
...
*can* be detected to be identical if they use the same relative references.
Actually that already happens to create shared formulas, i.e. such sequences
are not stored in memory as individual formulas repeated over and over again
but only once and a block belonging together.

A checker could inspect whether such blocks are neighbouring and identical but
interrupted with a row (or up to n rows) of something else. Not as an extension
though because the internal model is needed.</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>