What is the best way to do a between? that is, is this figure between to other figures. I have a table like this
A 10 20
B 21 30
C 31 40
D 41 50
If a number in another cell is 33, I want it to return C
I've used IF(AND >= <= but that seems v complicated!!! Is there a function I could use?
A 10 20
B 21 30
C 31 40
D 41 50
If a number in another cell is 33, I want it to return C
I've used IF(AND >= <= but that seems v complicated!!! Is there a function I could use?