Skip to content

Commit 6eb607d

Browse files
committed
[Excel] (Custom functions) Add LAMBDA support article
1 parent bee1674 commit 6eb607d

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Use custom functions with LAMBDA functions
3+
description: Combine custom functions with specific LAMBDA functions.
4+
ms.date: 12/05/2025
5+
ms.localizationpriority: medium
6+
---
7+
8+
# Use custom functions with LAMBDA functions
9+
10+
![The BYCOL LAMBDA function used with a custom function.](../images/excel-custom-functions-lambda-function.png)
11+
12+
[LAMBDA functions](https://support.microsoft.com/office/lambda-function-bd212d27-1cd1-4321-a34a-ccbf254b8b67) are custom, reusable Excel functions that users can create without JavaScript. Custom functions add-ins created with Office JavaScript APIs are compatible with the following LAMBDA functions.
13+
14+
- [BYCOL](https://support.microsoft.com/office/bycol-function-58463999-7de5-49ce-8f38-b7f7a2192bfb)
15+
- [BYROW](https://support.microsoft.com/office/byrow-function-2e04c677-78c8-4e6b-8c10-a4602f2602bb)
16+
- [MAKEARRAY](https://support.microsoft.com/office/makearray-function-b80da5ad-b338-4149-a523-5b221da09097)
17+
- [MAP](https://support.microsoft.com/office/map-function-48006093-f97c-47c1-bfcc-749263bb1f01)
52.7 KB
Loading

docs/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,9 @@
700700
- name: Work with formula value preview
701701
href: excel/custom-functions-formula-value-preview.md
702702
displayName: Excel, Custom Functions
703+
- name: LAMBDA functions
704+
href: excel/custom-functions-lambda.md
705+
displayName: Excel, Custom Functions
703706
- name: Batch custom function remote calls
704707
href: excel/custom-functions-batching.md
705708
displayName: Excel, Custom Functions

0 commit comments

Comments
 (0)