Category:Excel: Difference between revisions

Content added Content deleted
(A Turing-complete language recent builds of Excel which have added a LAMBDA function.)
m (Added background link ([LAMBDA: The ultimate Excel worksheet function - Microsoft Research](https://www.microsoft.com/en-us/research/blog/lambda-the-ultimatae-excel-worksheet-function/)))
Line 4: Line 4:


The Excel formula language consists of several hundred pure functions, and only constitutes a Turing-complete programming language in recent builds (Office 365 beta, 2021) which have introduced a LAMBDA function, and the ability to bind names to reusable custom functions in the Excel Name Manager.
The Excel formula language consists of several hundred pure functions, and only constitutes a Turing-complete programming language in recent builds (Office 365 beta, 2021) which have introduced a LAMBDA function, and the ability to bind names to reusable custom functions in the Excel Name Manager.

(See https://www.microsoft.com/en-us/research/blog/lambda-the-ultimatae-excel-worksheet-function/)