<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:gerard.fargeot@orange.fr" title="GerardF <gerard.fargeot@orange.fr>"> <span class="fn">GerardF</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - SUMIFS"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144889">bug 144889</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;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>gerard.fargeot@orange.fr
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - SUMIFS"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144889#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - SUMIFS"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144889">bug 144889</a>
              from <span class="vcard"><a class="email" href="mailto:gerard.fargeot@orange.fr" title="GerardF <gerard.fargeot@orange.fr>"> <span class="fn">GerardF</span></a>
</span></b>
        <pre>
<span class="quote">> For each row, the value of column A should be summed if *either* the value of
> column B or C matches the word D.</span >

You misunderstood the purpose of the SUMIFS function.
Replace the word *either* by *both*, and you have the correct definition of the
function.

SUMIFS sum cell that meet all criteria for each row.
=SUMIFS(A:A,B:B,"*apple*",C:C,"*apple*")
adds A1 if B1 *and* C1 contains "apple"
     A2 if B2 *and* C2 contains "apple"
etc...</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>