<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 - INDIRECT function shows #REF! for sheet-scoped named range references (SheetName . RangeName)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123790">123790</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>INDIRECT function shows #REF! for sheet-scoped named range references (SheetName . RangeName)
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>6.1.3.2 release
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux (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>Calc
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>argrico@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
For page scoped range names, =SheetName.RangeName does work, but
=INDIRECT("SheetName.RangeName") it shows #REF!

Steps to Reproduce:
1.Open new Spreadsheet with sheets "Sheet1" and "Sheet2"
2.Set Sheet1.A1 =XXX
3.Define a new named range:
  - Select Sheet1.A1
  - Sheet > Named Ranges and Expressions > Define...
    Name: MyNamedRange
    Range or formula expression: $Sheet1.$A$1
    Scope: Sheet1
4.Verify that the named range works:
  - Set Sheet2.A1 =Sheet1.MyNamedRange
    The cell displays: XXX
5.Refer to the Cell using INDIRECT:
  - Set Sheet2.B1 =INDIRECT("Sheet1.MyNamedRange")

Actual Results:
#REF!

Expected Results:
XXX


Reproducible: Always


User Profile Reset: No



Additional Info:</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>