<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 - Cannot evaluate an cell with an empty result from a formula"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130458">130458</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Cannot evaluate an cell with an empty result from a formula
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </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>moyanocasco.franciscom@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Hello,
    I'm trying to do an simple IF sentence on a cell. For Example:
    On C2, I put this formula
       =IF(B2;1;0)
    Normally, if B2 has some value, will return 1, on the other cases
(FALSE,0,empty cell) will return 0.

    Now, if B2 is the result from a formula, lets say =MID(A2;1;10), and A2 is
empty, B2 will be empty, BUT, C2 will not give me any result from the if (not
1, not 0)

Steps to Reproduce:
1.Make A2 empty
2.Put on B2 =MID(A2;1;10)
3.Put on C2 =IF(B2;1;0)

Actual Results:
Not 1 or 0 result on C2

Expected Results:
It should be 0


Reproducible: Always


User Profile Reset: No



Additional Info:
Versión: 6.3.3.2.0+
Id. de compilación: 30(Build:2)
Subprocs. CPU: 4; SO: Linux 4.12; Repres. IU: predet.; VCL: kde5; 
Configuración regional: es-ES (es_ES.UTF-8); Idioma de IU: es-ES
Calc: threaded</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>