# MS Excel에 Lambda 함수 추가

> Clean Markdown view of GeekNews topic #3362. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3362](https://news.hada.io/topic?id=3362)
- GeekNews Markdown: [https://news.hada.io/topic/3362.md](https://news.hada.io/topic/3362.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-10T13:40:10+09:00
- Updated: 2020-12-10T13:40:10+09:00
- Original source: [techcommunity.microsoft.com](https://techcommunity.microsoft.com/t5/excel-blog/announcing-lambda-turn-excel-formulas-into-custom-functions/ba-p/1925546)
- Points: 4
- Comments: 0

## Topic Body

=LAMBDA(x, y, x+y) → =myLambda(1,3) → 4

- 엑셀 수식(포뮬러)를 이용해서 커스텀 함수를 생성할 수 있게 됨

ㅤ→ 기존에 커스텀 함수는 VBA/JavaScript 등에서만 가능

- 재귀호출 가능

- 셀에서 테스트해본 후, Name Manager 를 통해서 Lambda의 이름과 함수 내용 지정하면, 엑셀 수식 어디서나 사용할수 있게 됨

- 베타 버전에 적용

## Comments



_No public comments on this page._
