← All functions

MINIFS

Supported, behaves as documented

Category: Statistical · 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) Supported, behaves as documented

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=MINIFS(A1:A5,B1:B5,">2") Min of A where paired B > 2 30 30 Matched
=MINIFS(A1:A5,B1:B5,">1",C1:C5,"<5") Two criteria ranges ANDed together 20 20 Matched
=MINIFS(A1:A3,B1:B3,">100") No rows satisfy the criteria -> 0 (not an error) 0 0 Matched

Docs & syntax