<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Funtion SUM goes wrong with a $ in the address range"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118317">bug 118317</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;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Funtion SUM goes wrong with a $ in the address range"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118317#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Funtion SUM goes wrong with a $ in the address range"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118317">bug 118317</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>You use wrong syntax to define a range to sum. You need to use =SUM($A$3:A3) in
the B3, note the colon (:) between the cell addresses - this defines the range
(see
<a href="https://helponline.libreoffice.org/latest/en-US/text/scalc/guide/relativ_absolut_ref.html">https://helponline.libreoffice.org/latest/en-US/text/scalc/guide/relativ_absolut_ref.html</a>
). You used function parameter separator instead (; or , - depends on your
settings), which tells SUM to treat the two parameters as individual operands,
which must be summed up.

Closing INVALID.</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>