How would one go about detecting if a number is between a range of numbers? Example
If number is between 100-200 set text color blue
If number is between 200-300 set text color green
I've looked in the forums and can't seem to find an example for this. Thank you.