westend9876
Member
I need to find the lowest value in columns C and E that is equal to or greater than the value in column H and return that result in column I. For example the value in H1 is 1.52673. So in cell I1 the return value would be 1.56735 because this is the lowest value in columns C and E greater than or equal to H1.
Col C........Col E.......Col H
1.62711...1.61122...1.52673
1.60505...1.58807...1.57381
1.58776...1.56735...1.62673
Col C........Col E.......Col H
1.62711...1.61122...1.52673
1.60505...1.58807...1.57381
1.58776...1.56735...1.62673
Last edited: