← All functions

MAXIFS

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
=MAXIFS(A1:A5,B1:B5,">2") Max of A where paired B > 2 50 50 Matched
=MAXIFS(A1:A5,B1:B5,">1",C1:C5,"<5") Two criteria ranges ANDed together 30 30 Matched
=MAXIFS(A1:A3,B1:B3,">100") No rows satisfy the criteria -> 0 (not an error) 0 0 Matched
=MAXIFS(A1:A3,B1:B3,"a*") Wildcard text criteria 3 3 Matched

Docs & syntax