https://bugs.documentfoundation.org/show_bug.cgi?id=172449
Bug ID: 172449
Summary: Calc's EXPAND() function does take an inline matrix as
argument
Product: LibreOffice
Version: 26.8.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Calc's EXPAND() function does not take an inline matrix as argument, returns
error.
Step to reproduce
1) enter the following matrix formula
=EXPAND({1,2;3,4},4,4"@@@")
Actual results
Err 509 Operator missing
Expected results
A matrix such as:
1 2 @@@ @@@
3 4 @@@ @@@
@@@ @@@ @@@ @@@
@@@ @@@ @@@ @@@
Note:
+ Not an issue if the matrix is a reference (such as A1:B2)
+ No issue with Excel365
--
You are receiving this mail because:
You are the assignee for the bug.