M
Matt.Russett
Hello,
I have been trying to find this answer and having a little trouble.
Here is my example:
In Column A there are Dates in Descending order. In Column B are the
corresponding Fuel Percentages that we charge our customers on those
dates. An employee from my company will add the new date to the top
of the list if the Fuel Percentage has changed.
I have another workbook that needs to look at every day of the year
and pull the fuel average on that day. The problem is that when I do
a Vlookup =vlookup(Date,A:B,2,TRUE) the default logic is to look from
the top of the list down to the bottom until it finds the value
closest to the lookup value which is followed by a LARGER value. It
then returns the value in the 1 row over from the lesser value. Since
my list is in Descending order (which it needs to be for other
reasons)... it always just takes the value at the very bottom of my
list.
It would be great if there was a Vlookup function that was able to
handle decending arrays or look from the bottom up. From what I have
read there doesnt seem to be one.
Does anyone have an alternate solution? I can provide an example
sheet if anyone wants to help
Thank You!
I have been trying to find this answer and having a little trouble.
Here is my example:
In Column A there are Dates in Descending order. In Column B are the
corresponding Fuel Percentages that we charge our customers on those
dates. An employee from my company will add the new date to the top
of the list if the Fuel Percentage has changed.
I have another workbook that needs to look at every day of the year
and pull the fuel average on that day. The problem is that when I do
a Vlookup =vlookup(Date,A:B,2,TRUE) the default logic is to look from
the top of the list down to the bottom until it finds the value
closest to the lookup value which is followed by a LARGER value. It
then returns the value in the 1 row over from the lesser value. Since
my list is in Descending order (which it needs to be for other
reasons)... it always just takes the value at the very bottom of my
list.
It would be great if there was a Vlookup function that was able to
handle decending arrays or look from the bottom up. From what I have
read there doesnt seem to be one.
Does anyone have an alternate solution? I can provide an example
sheet if anyone wants to help
Thank You!