← All functions

FILTER

Unsupported (not recognized)

Category: Lookup and reference · Last tested 2026-07-04

Support matrix

EngineDocumentedLive-testedVerdict
Excel Yes Not yet n/a
Google Sheets Yes Not yet n/a
LibreOffice Calc No Yes (24.2.7.2, 2026-07-04) Unsupported (not recognized)

Discovered quirks

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=FILTER(A1:A5,B1:B5>2) Spill the subset of A1:A5 where the paired B value is >2 {#NAME?, #NAME?, #NAME?} {c, d, e} Mismatch
=FILTER(A1:A3,B1:B3>100,"none") if_empty argument is returned when no rows match #NAME? none Mismatch
=FILTER(A1:A3,B1:B3>100) No if_empty and no matches raises #CALC! #NAME? #CALC! Mismatch
=FILTER(A1:B3,A1:A3>1) Filtering a 2-column range by a condition on the first column {#NAME?, #NAME?, #NAME?, #NAME?} {{2, y}, {3, z}} Mismatch
=FILTER({1,2,3,4},{1,0,1,0}) Filtering an inline array literal by an inline boolean/number mask {#NAME?, #NAME?} {1, 3} Mismatch

Docs & syntax