Good Afternoon,
I'm attempting to match a list of values to a corresponding set of values that are delimited by range. Here is the current set-up of my information
Min Months Max Months Factor
0 6 2.1
7 12 1.9
13 18 1.68
19 24 1.59
25 30 1.45
The ranges are bound by the values in the first two columns. I have a corresponding list of integers that I would like to match to the factors listed in the 3rd column by determining which range above the value falls in.
Bookmarks