Skip to content

Instantly share code, notes, and snippets.

@phish108
Last active April 18, 2024 23:15
Show Gist options
  • Save phish108/24a3430d3cbac5767056c6177eccf0f9 to your computer and use it in GitHub Desktop.
Save phish108/24a3430d3cbac5767056c6177eccf0f9 to your computer and use it in GitHub Desktop.
Excel AFE Module Primer
// to be used with Excel's Advanced Formula Editor
// @lang=de-ch
GlobalConstant = "foo bar"
FooBar = LAMBDA(foo; bar; foo & bar);;
BarFoo = LAMBDA(foo; bar; bar & foo);;
@phish108
Copy link
Author

This Excel AFE Module shows the a named function module for the German locale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment