Is there a function or combination of functions that finds the exact or closest value in a range of values when the range of values is compared to a given lookup value given the following constraints.
1. The range of values is unsorted.
2. The range of values may contain zero values.
Thanks
1. The range of values is unsorted.
2. The range of values may contain zero values.
Thanks