I want a Condition to check if a variable = 1 OR 5 OR 8 OR 9. I will have about 16 of these conditions, each checking for 3-4 values that vary in each condition... Any Ideas how to do this without writing 4 separate conditions for that one question? (I was thinking there was something like this:
If Var1=1,
OR,
If Var1=5,
OR,
If Var1=8,
OR,
If Var1=9 -> Do Expression