Created
October 7, 2022 03:19
-
-
Save 1504168/89efdcd7809e842893cb00783bd8fd49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Name: Add2Cells | |
*/ | |
Add2Cells = | |
LAMBDA(Cell1,Cell2,LET( | |
\\LambdaName, "Add2Cells", | |
Cell1+Cell2 | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment