<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 NOTABUG - [LibreOfficeCalc] Wrong Result when you try to add a %"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134398">bug 134398</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>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - [LibreOfficeCalc] Wrong Result when you try to add a %"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134398#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - [LibreOfficeCalc] Wrong Result when you try to add a %"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134398">bug 134398</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>This is not a bug.

A value that is written like "10%" is just another way of writing "0.1". It's
because "ten percent" is another way of writing "ten hundredths". Thus, when
you write

<span class="quote">> = C2 + 10%</span >

you effectively write

<span class="quote">> = C2 + 0.1</span >

and that rightfully gives (for 1.81 in C2) 1.91.

If you need 10% *of C2* then you must write that explicitly:

<span class="quote">> = C2 + C2*10%</span >

or

<span class="quote">> = C2 * 110%</span ></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>