← All functions

MODE.SNGL

Supported, behaves as documented

Category: Statistical · Last tested 2026-08-06

Real, executed compatibility results for the MODE.SNGL 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 Yes Yes (25.8.7.3, 2026-08-06) Supported, behaves as documented

Executed test cases

LibreOffice Calc 25.8.7.3 (tested 2026-08-06)

FormulaDescriptionResultExpectedVerdict
=MODE.SNGL(1,2,2,3,4) Returns the single most frequently occurring value 2 2 Matched
=MODE.SNGL(A1:A5) Most frequent value read from a cell range 3 3 Matched
=MODE.SNGL(1,1,2,2) When two values tie for most frequent, returns the one that appears first 1 1 Matched
=MODE.SNGL(-4,-4,7) Works with negative numbers -4 -4 Matched
=MODE.SNGL(1,2,3) Errors when no value repeats. Note a cross-app difference: Excel and Google Sheets return #N/A here, but LibreOffice returns #VALUE! #VALUE! #VALUE! Matched

Docs & syntax

Related how-to recipes