← All functions

BYROW

Unsupported (not recognized)

Category: Logical · Last tested 2026-08-06

Real, executed compatibility results for the BYROW function across Microsoft Excel, Google Sheets, and LibreOffice Calc — verified by actually running it. Syntax and links to each vendor’s official documentation are below.

Support matrix

EngineDocumentedLive-testedVerdict
Excel Yes Not yet n/a
Google Sheets Yes Not yet n/a
LibreOffice Calc No Yes (25.8.7.3, 2026-08-06) Unsupported (not recognized)

LibreOffice version history

We executed the same test cases under each LibreOffice release to show exactly when BYROW’s support changed — not documentation claims, real results.

LibreOffice versionVerdictTested
24.2.0.3 Unsupported (not recognized) 2026-07-19
24.8.7.2 Unsupported (not recognized) 2026-07-19
25.2.0.3 Unsupported (not recognized) 2026-07-24
25.8.7.3 Unsupported (not recognized) 2026-08-06

Why isn't BYROW working in LibreOffice?

LibreOffice Calc does not implement BYROW as of 25.8.7.3 — in our executed tests it returns a #NAME? (unrecognized function) error. This is not a typo or a settings problem, and saving the file as .xlsx does not change it: the function simply isn’t available yet. The same formula does work in Excel and Google Sheets. Watch the LibreOffice version support page — we re-run every test on each new release, so it will flip to Supported here as soon as it lands.

Discovered quirks

Executed test cases

LibreOffice Calc 25.8.7.3 (tested 2026-08-06)

FormulaDescriptionResultExpectedVerdict
=BYROW(A1:B2,LAMBDA(r,SUM(r))) Reduce each row to one value (row sums) {#NAME?, #NAME?} {3, 7} Mismatch

Docs & syntax