← All functions

LOG10

Quirk found

Category: Math and trigonometry · Last tested 2026-08-06

Real, executed compatibility results for the LOG10 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) Quirk found

LibreOffice version history

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

LibreOffice versionVerdictTested
24.2.0.3 Quirk found 2026-07-19
24.8.7.2 Quirk found 2026-07-19
25.2.0.3 Quirk found 2026-07-24
25.8.7.3 Quirk found 2026-08-06

Why isn't LOG10 working in LibreOffice?

LOG10 exists in LibreOffice 25.8.7.3, but it is not a drop-in match for Excel — our executed tests found real behavioral differences (detailed in the test results on this page). If a formula that works in Excel or Google Sheets misbehaves in LibreOffice, compare your usage against the failing cases above before assuming your data is wrong.

Discovered quirks

Executed test cases

LibreOffice Calc 25.8.7.3 (tested 2026-08-06)

FormulaDescriptionResultExpectedVerdict
=LOG10(1000) Base-10 log of 1000 3 3 Matched
=LOG10(1) Base-10 log of 1 is 0 0 0 Matched
=LOG10(0) Zero is outside LOG10's domain -> #NUM! #VALUE! #NUM! Mismatch
=LOG10(-5) Negative numbers are outside LOG10's domain -> #NUM! #VALUE! #NUM! Mismatch

Docs & syntax