How to find a matching range based on a given value x
For example, in column A, we have the value: {15-17,18-20,21-23}
The output expected for the x=16 should be 15-17
or x=21 should be 21-23
Any idea of the best way to achieve that ?
How to find a matching range based on a given value x
For example, in column A, we have the value: {15-17,18-20,21-23}
The output expected for the x=16 should be 15-17
or x=21 should be 21-23
Any idea of the best way to achieve that ?