Less and greater expression

hot to express less and greater than in this condition:
5>= [Value] >= 2
which means it only can read if the input is 2,3,4,5

0 3 125
3 REPLIES 3

Try:
AND([Value] >= 2,[Value]<=5)

thanks

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space