Last active
December 9, 2024 01:44
-
-
Save ExcelRobot/493c72fa9cd68be6e833e6da772c9047 to your computer and use it in GitHub Desktop.
Excel Calculation Compatibility Version
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: Compatibility Version (CompatibilityVersion) | |
Description: Returns whether Excel calculation is in compatibility version 1 or 2. | |
Source: @ExcelRobot | |
*/ | |
CompatibilityVersion =LAMBDA(IF(LEN("🤖") = 2, 1, 2)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment