G
Guest
How can I find the closest match larger( or smaller) than a reference value
in a row of unsorted data
in a row of unsorted data
Biff said:Hi!
It's only referencing a single (row) array so there is no column argument.
Simply determine the minimum deviation from the lookup_value. Since the OP
stated that it could be either above or below the lookup_value we have to
use the ABS function so that negative deviations are made equal to positive
deviations.
Biff