lookup number greater than

A

Ade Taiwo

I want to Look in a one-row or one-column range for a value and return a
value from the same position in a second one-row or one-column range, but
instead of returning the largest value in lookup_vector that is less than or
equal to lookup_value I want to return the largest value in lookup_vector
that is greater than or equal to the lookup_value.
 
L

Luke M

"largest value in lookup_vector that is greater than or equal to the
lookup_value"

This, no matter what your lookup_value is, will always be equal to:
=MAX(lookup_vector)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top