TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Microsoft introduces LAMBDA functions for Excel

30 pointsby vanburenover 4 years ago

4 comments

rahimnathwaniover 4 years ago
@dang the original source seems clearer:<p>Announcing LAMBDA: Turn Excel formulas into custom functions<p><a href="https:&#x2F;&#x2F;techcommunity.microsoft.com&#x2F;t5&#x2F;excel-blog&#x2F;announcing-lambda-turn-excel-formulas-into-custom-functions&#x2F;ba-p&#x2F;1925546" rel="nofollow">https:&#x2F;&#x2F;techcommunity.microsoft.com&#x2F;t5&#x2F;excel-blog&#x2F;announcing...</a>
评论 #25297933 未加载
barryvanover 4 years ago
I think the biggest improvement this will have is in keeping things tidy and facilitating reuse. Yes, recursion is nice, but I suspect that it&#x27;s not going to see much use compared to just replacing repeated formulas with simple functions.<p>Of course this also means that Excel becomes even more of a slippery slope towards programming generally, which can only be a good thing.
评论 #25297625 未加载
layer8over 4 years ago
It’s not clear from the documentation [0] whether this also adds lambda values (i.e. enabling higher-order functions).<p>[0] <a href="https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;office&#x2F;lambda-function-bd212d27-1cd1-4321-a34a-ccbf254b8b67" rel="nofollow">https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;office&#x2F;lambda-function-b...</a>
评论 #25298157 未加载
rahimnathwaniover 4 years ago
&quot;LAMBDA allows you to define your own custom functions using Excel’s formula language. Excel already allows you to define custom functions, but only by writing them in an entirely different language such as JavaScript. In contrast, LAMBDA allows you to define a custom function in Excel’s own formula language.&quot;