<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CLOSED  bz_closed"
   title="CLOSED WONTFIX - Allow VLOOKUP function to work on the left specifying a negative index"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123746#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_CLOSED  bz_closed"
   title="CLOSED WONTFIX - Allow VLOOKUP function to work on the left specifying a negative index"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123746">bug 123746</a>
              from <span class="vcard"><a class="email" href="mailto:gmolleda@us.es" title="gmolleda@us.es">gmolleda@us.es</a>
</span></b>
        <pre>The best solution:
VLOOKUP -> =INDEX (matrix_results ; MATCH( SearchCriterion ; LookupArray ;
type) ; column)
BUSCARH -> =INDEX (matrix_results ; row ; MATCH( SearchCriterion ; LookupArray
; type))
In Spanish:
BUSCARV  =INDICE (matriz_rtdos ; COINCIDIR( criterio ; vector_buscar ; tipo) ;
columna)
BUSCARH  =INDICE (matriz_rtdos ; fila ; COINCIDIR( criterio ; vector_buscar ;
tipo))</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>