← All functions

LAMBDA

Unsupported (not recognized)

Category: Logical · 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) Unsupported (not recognized)

Discovered quirks

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=LAMBDA(x,x*2)(5) Immediately-invoked LAMBDA with one parameter #VALUE! 10 Mismatch
=LAMBDA(x,y,x+y)(3,4) LAMBDA with two parameters #VALUE! 7 Mismatch
=LET(f,LAMBDA(x,x^2),f(4)) LAMBDA bound to a name via LET, then called #NAME? 16 Mismatch
=LAMBDA(x,y,x+y)(3) Calling with fewer arguments than parameters is an error #VALUE! #VALUE! Matched

Docs & syntax