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

--- Comment #11 from Wolfgang Jäger <j...@psilosoph.de> ---
(Just a silly workaround.)
Meanwhile you will get the expected scalar results with CONCAT and TEXTJOIN
entered for evaluation in array mode using formulae like
{=INDEX(CONCAT(A1:A10&B1:B10);1} or
{=INDEX(TEXTJOIN(", ";TRUE();A1:A10&B1:B10);1)}

This is not avoiding bad results due to bugs concerning the array-evaluation of
the concatenation operator & (e.g. A1:A10&B1:B10) as discussed in bug#101137.

-- 
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