Test if a number falls within a range

Thinksamuel's icon

What would be the easiest way to test if a number falls within a range? I can use cascading if/else statements but there has to be a simpler way. Any ideas?

pdelges's icon

split ?

Thinksamuel's icon

I never heard of that object. Thank you!