Skip to content

Instantly share code, notes, and snippets.

@1504168
Created October 7, 2022 03:19
Show Gist options
  • Save 1504168/89efdcd7809e842893cb00783bd8fd49 to your computer and use it in GitHub Desktop.
Save 1504168/89efdcd7809e842893cb00783bd8fd49 to your computer and use it in GitHub Desktop.
/*
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