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

Eike Rathke <er...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #3 from Eike Rathke <er...@redhat.com> ---
There's nothing wrong. In array mode, for FIND(E2:E3;A2:C11) the E2:E3 creates
a column vector of 2 elements and A2:C11 a matrix of 3x8. The column vector is
repeatedly used for each column of the 3x8 matrix, hence for the second column
results are 5 and 1 and no result for column one and three. The column vector
has only two elements, so for all columns starting at row 3 of the matrix
there's no result.

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

Reply via email to