Description: This works: =LET(rs; ROWS( OFFSET(A1;0;0;3) ); rs ) but this does not: =LET(rs; OFFSET(A1;0;0;3); rows(rs) ) Steps to Reproduce: 1.put "=LET(rs; OFFSET(A1;0;0;3); rows(rs) )" inside a cell Actual Results: #VALUE! Expected Results: number of rows Reproducible: Always User Profile Reset: No Additional Info: Version: 25.8.3.2 (X86_64) / LibreOffice Community Build ID: 8ca8d55c161d602844f5428fa4b58097424e324e
Cannot confirm! Both Formulas return the expected result ⇒ 3 ``` Version: 25.8.3.2 (AARCH64) / LibreOffice Community Build ID: 8ca8d55c161d602844f5428fa4b58097424e324e CPU threads: 4; OS: Linux 6.12; UI render: default; VCL: gtk3 Locale: de-DE (de_DE.UTF-8); UI: de-DE Flatpak Calc: threaded
OS: Fedora Linux
I can reproduce it in Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: fdcc566a017e1b107723b8b40a18088e19a31f04 CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3 Locale: es-ES (es_ES.UTF-8); UI: en-US Calc: threaded @Balazs, I thought you might be interested in this issue
(In reply to Xisco Faulí from comment #3) > I can reproduce it in > > Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community > Build ID: fdcc566a017e1b107723b8b40a18088e19a31f04 > CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3 > Locale: es-ES (es_ES.UTF-8); UI: en-US > Calc: threaded > > @Balazs, I thought you might be interested in this issue oh… I see now a tiny differnce between the 2 Formulas: the first doesnt need triggerd as arrayformula! the second needs triggered as arrayformula! if you edit the second inside the Formulawizard its goes itself to array-mode.
I don't grasp why this bug being set RESOLVED NOTABUG. Appears to be accidental