I see lots of answers on how to use MATCH (and INDEX) to essentially turn a vlookup into a vlookup but to the cells on the *left*, but can't find one without.
What I'm trying to to do is look up a dollar amount within column D (dollar amounts in D are in order, increasing), then if it finds the dollar amount, return the value in column A in the same row.
If it doesn't find the dollar amount (which it generally won't), I would like it to find the next highest dollar amount in column D, and then return the value in the same row of column A.
I've read lots to use an INDEX(MATCH), but that will only work if it will always find a match for me, which it virtually never will. I'm sure I'm missing something easy here...any ideas?
Thanks all!
What I'm trying to to do is look up a dollar amount within column D (dollar amounts in D are in order, increasing), then if it finds the dollar amount, return the value in column A in the same row.
If it doesn't find the dollar amount (which it generally won't), I would like it to find the next highest dollar amount in column D, and then return the value in the same row of column A.
I've read lots to use an INDEX(MATCH), but that will only work if it will always find a match for me, which it virtually never will. I'm sure I'm missing something easy here...any ideas?
Thanks all!