<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 - example in help page of SUMIF has typo and, thus, leads to an error"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128911">128911</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>example in help page of SUMIF has typo and, thus, leads to an error
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>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>Documentation
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>meigel.bauer@googlemail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>olivier.hallot@libreoffice.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In the help pages the second example for function SUMIF has a typo which causes
an error.
English help page:
<a href="https://help.libreoffice.org/6.3/en-US/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3151957">https://help.libreoffice.org/6.3/en-US/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3151957</a>
German help page:
<a href="https://help.libreoffice.org/6.3/de/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3151957">https://help.libreoffice.org/6.3/de/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3151957</a>
It also affects the local help, which can be installed along LibreOffice.

The example
=SUMIF(A1:A10;">0";B1:10)
leads to "Error:502".
The second range should by fixed by adding the missing "B"
=SUMIF(A1:A10;">0";B1:B10)
to make it work.


The typo also occurs in the older wiki help at
<a href="https://help.libreoffice.org/Calc/Mathematical_Functions#Example_54">https://help.libreoffice.org/Calc/Mathematical_Functions#Example_54</a>
<a href="https://help.libreoffice.org/Calc/Mathematical_Functions/de#Beispiel_54">https://help.libreoffice.org/Calc/Mathematical_Functions/de#Beispiel_54</a>


It seems that more localized versions of the help pages are affected.</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>