https://bugs.documentfoundation.org/show_bug.cgi?id=123746

--- Comment #7 from [email protected] ---
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))

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to