<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:uwe@franke-auer.de" title="Uwe Auer <uwe@franke-auer.de>"> <span class="fn">Uwe Auer</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Cell Range Data Validity Doesn't Work Properly For A Selected Set Of Cells"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143198">bug 143198</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 - Cell Range Data Validity Doesn't Work Properly For A Selected Set Of Cells"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143198#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Cell Range Data Validity Doesn't Work Properly For A Selected Set Of Cells"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143198">bug 143198</a>
              from <span class="vcard"><a class="email" href="mailto:uwe@franke-auer.de" title="Uwe Auer <uwe@franke-auer.de>"> <span class="fn">Uwe Auer</span></a>
</span></b>
        <pre>The validity was defined "Fruits.A2:A10000" for cell "A2". Obviously the cell
validity was copied down to cell "A3" and due to using a relative addressing
scheme the validity range turns top "Fruits.A3:A10001" as per general rules and
behavior. But is was expected to stay at "Fruits.A2:A10000". This proceeds
until there is no value an longer in the validity list (cell "A7" and validity
range being "Fruits.A7:A10005"). To achieve the intended behavior you need to
use an absolute adrdessing scheme using "$": 
- Add "Fruits.A$2:A$10000" as validity for "A2" 
- Copy cell "A2" down to get the correct validity expression for subsequent
rows

[1] LibreOffice Help - Addresses and References, Absolute and Relative:
<a href="https://help.libreoffice.org/latest/en-US/text/scalc/guide/relativ_absolut_ref.html?DbPAR=CALC#bm_id3156423">https://help.libreoffice.org/latest/en-US/text/scalc/guide/relativ_absolut_ref.html?DbPAR=CALC#bm_id3156423</a>

>From my perspective not a bug.</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>