J
jeanne
"MATCH" will pick the smallest number, in decending
order, that is greater than a designated number. However,
when the column of numbers are not all in decending order
it will assume the column ends when the next number is
larger. See below;
Need to pick first number from bottom of column larger
than 5.7, which is 6.2.
MATCH starts from top and chooses 6.1. It assumes column
ends at 5.0.
8.0
7.4
6.1
5.0 Column ends here
6.2
4.0
3.3
I have several spreadsheets with this problem that would
be very time consuming to change the function. However,
if there is no solution, what function should I use?
order, that is greater than a designated number. However,
when the column of numbers are not all in decending order
it will assume the column ends when the next number is
larger. See below;
Need to pick first number from bottom of column larger
than 5.7, which is 6.2.
MATCH starts from top and chooses 6.1. It assumes column
ends at 5.0.
8.0
7.4
6.1
5.0 Column ends here
6.2
4.0
3.3
I have several spreadsheets with this problem that would
be very time consuming to change the function. However,
if there is no solution, what function should I use?