Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want script to run only when a variable matches any one Resources
something like WHILE Var = Res1 or Res2 or Res3 or Res4 or Res5
how to write such a script?
@hifive, If
[[VAR1]]=={{res1}} || [[VAR1]]=={{res3}} || [[VAR1]]=={{res3}}
try old version of BAS
@tet-vivi said in The IF function with many options:
@phamtracanh A <100 && A> 50 ?
@Fox said in The IF function with many options:
@phamtracanh said in The IF function with many options: Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks. https://javascript.info/logical-operators
@phamtracanh said in The IF function with many options:
Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks.
https://javascript.info/logical-operators
Thank you.