<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - countifs() in Calc is slower than Excel's countifs()"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144777#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - countifs() in Calc is slower than Excel's countifs()"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144777">bug 144777</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>Order of evaluation matters, as compareByValue() and compareByString() may
deliver an exact match and only if they didn't then compareByRangeLookup() is
to be tried; see also its comment at
<a href="https://opengrok.libreoffice.org/xref/core/sc/source/core/data/table3.cxx?r=b60b6bfa#2941">https://opengrok.libreoffice.org/xref/core/sc/source/core/data/table3.cxx?r=b60b6bfa#2941</a>

Apart from that, COUNTIFS() doesn't do range lookups, only LOOKUP, MATCH and
[HV]LOOKUP do.</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>