MAP
Unsupported (not recognized)Category: Logical · Last tested 2026-08-06
Real, executed compatibility results for the MAP 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
| Engine | Documented | Live-tested | Verdict |
|---|---|---|---|
| Excel | Yes | Not yet | n/a |
| Google Sheets | Yes | Not yet | n/a |
| LibreOffice Calc | No | Yes (25.8.7.3, 2026-08-06) | Unsupported (not recognized) |
LibreOffice version history
We executed the same test cases under each LibreOffice release to show exactly when MAP’s support changed — not documentation claims, real results.
| LibreOffice version | Verdict | Tested |
|---|---|---|
| 24.2.0.3 | Unsupported (not recognized) | 2026-07-19 |
| 24.8.7.2 | Unsupported (not recognized) | 2026-07-19 |
| 25.2.0.3 | Unsupported (not recognized) | 2026-07-24 |
| 25.8.7.3 | Unsupported (not recognized) | 2026-08-06 |
Why isn't MAP working in LibreOffice?
LibreOffice Calc does not implement MAP as of 25.8.7.3 — in our
executed tests it returns a #NAME? (unrecognized function) error. This is not a typo or a
settings problem, and saving the file as .xlsx does not change it: the function simply isn’t
available yet.
The same formula does work in
Excel and Google Sheets.
Watch the LibreOffice version support page —
we re-run every test on each new release, so it will flip to Supported here as soon as it lands.
Discovered quirks
- =MAP(A1:A3,LAMBDA(x,x*2)) on LibreOffice Calc returned #NAME?, but the documented/expected result is {2, 4, 6}. MISMATCH vs expected: value mismatch: expected 2, got '#NAME?'
Executed test cases
LibreOffice Calc 25.8.7.3 (tested 2026-08-06)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =MAP(A1:A3,LAMBDA(x,x*2)) | Apply a lambda to each element (double it) | {#NAME?, #NAME?, #NAME?} | {2, 4, 6} | Mismatch |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation