omondragon
Technical User
I have a table that shows a range and a value associated with that range...see example below. I have another data source that has values. Is there any easy way to determine if my values fall within one of the low and high values and determine which label it is (e.g. if my datasource has a value of 7 it would give it a label of 1). Do i have to hardcode this or can it remain based on my table (in case they change i would rather just change the table rather than my code). Any ideas?
Label Low High
1 5 10
2 11 15
Label Low High
1 5 10
2 11 15