Last active
April 18, 2024 23:15
-
-
Save phish108/24a3430d3cbac5767056c6177eccf0f9 to your computer and use it in GitHub Desktop.
Excel AFE Module Primer
This file contains 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
// 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);; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This Excel AFE Module shows the a named function module for the German locale.