← All functions

TODAY

Supported, behaves as documented

Category: Date and time · Last tested 2026-08-06

Real, executed compatibility results for the TODAY 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

LibreOffice version history

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

LibreOffice versionVerdictTested
24.2.0.3 Supported, behaves as documented 2026-07-19
24.8.7.2 Supported, behaves as documented 2026-07-19
25.2.0.3 Supported, behaves as documented 2026-07-24
25.8.7.3 Supported, behaves as documented 2026-08-06

Executed test cases

LibreOffice Calc 25.8.7.3 (tested 2026-08-06)

FormulaDescriptionResultExpectedVerdict
=TODAY() Existence probe only: TODAY() is non-deterministic (changes daily), so there is no fixed 'expected' value 46232.0
Non-deterministic by design; harness/human should only check the engine recognizes the function (not #NAME?/#VALUE!) and returns a plausible large positive integer serial
Ran OK
=YEAR(TODAY()) Wrapping TODAY() in YEAR() gives a coarser but still non-deterministic probe 2026
Non-deterministic; harness/human should only check the result is a plausible 4-digit year (>= 2026 as of this test's authoring)
Ran OK
=TODAY()-TODAY() Even though TODAY() itself is volatile, two calls within the SAME recalculation pass must return the identical value, so their difference is always exactly 0 -- a genuinely deterministic assertion about a volatile function 0 0
Both TODAY() calls are evaluated as part of one recalculation of one cell, so they cannot differ
Matched

Docs & syntax

Related how-to recipes

Compared against other functions