This is probably easier than I am making it, but basically what I need to do is select the row that has the closest number in a column as a specified value. For example:
In order to use an index, you could select the minimum value above the target, and the maximum value below. Then you only have two values to check.