Skip to content

Instantly share code, notes, and snippets.

@WillStyra
Created August 15, 2022 20:38
Show Gist options
  • Save WillStyra/1723ed6353d9cb3c4d051166aaf657bb to your computer and use it in GitHub Desktop.
Save WillStyra/1723ed6353d9cb3c4d051166aaf657bb to your computer and use it in GitHub Desktop.
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