<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 - Nested IF(IF( without Else path yields #VALUE!"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116324">116324</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Nested IF(IF( without Else path yields #VALUE!
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>Inherited From OOo
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>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>erack@redhat.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>A1: 1
A2: 0
B3: =IF(IF(A1:A2;12);34;56)   as array formula
=>
B3: 34
B4: #VALUE!

B4 should be 56.

When giving an Else path, for example 0 or FALSE(), like in

=IF(IF(A1:A2;12;0);34;56)
=IF(IF(A1:A2;12;FALSE());34;56)

then it works correctly.

Note that a standalone =IF(A1:A2;12) array formula correctly yields {12;FALSE}</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>