I have numbers that need to be assigned a value based on what range they are in and I do not know what function to use.
E.g.
SourceData
1
12
Range RangeKeyWord
1-10 testa
11-20 testb
What I would like to do, is pick up the corresponding RangeKeyWord for each piece of source data.
Here's the kicker, I can't use an IF, because there are over 10,000 ranges and the if statement would be huge.
Any Ideas?
E.g.
SourceData
1
12
Range RangeKeyWord
1-10 testa
11-20 testb
What I would like to do, is pick up the corresponding RangeKeyWord for each piece of source data.
Here's the kicker, I can't use an IF, because there are over 10,000 ranges and the if statement would be huge.
Any Ideas?