Is there a way to have an if-then statement based on numbers between two values?
I have two values: 0.21875 and 0.958333333
I need anything between those two numbers to return “True”. Anything less than 0.21875 or greater than 0.958333333 to return “False”.
The highest possible number is 1.0000
I keep running into dead ends.
Thanks!