-
-
Save WillStyra/1723ed6353d9cb3c4d051166aaf657bb 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
E2 := ( input.B2 == input.B3 ) | |
E3 := ( input.B4 - input.B5 ) | |
E4 := IF( AND( E2, E3 >= 0 ), true ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment