Hi,
i'm trying to figure out if there's a way to specify how VLOOKUP searches a column.
from the excel help files i understand it looks for the lookup_value in the 1st column of the table_array. The problem i have is that the value i want to use as the lookup_value appears multiple times in the 1st column.
So is there a way i can make it look up the 1st column from where i'm typing the formula in till it comes across the lookup_value?
ie. say cells A1 and A5 both contain the text "X"
if i type in cell D10 =VLOOKUP("X",A1:C20,3,FALSE) how do i get it to look for the last time "X" was used in the column A starting from A10?
this just about makes sense in my head but if you need anymore info let me know!
Cheers
i'm trying to figure out if there's a way to specify how VLOOKUP searches a column.
from the excel help files i understand it looks for the lookup_value in the 1st column of the table_array. The problem i have is that the value i want to use as the lookup_value appears multiple times in the 1st column.
So is there a way i can make it look up the 1st column from where i'm typing the formula in till it comes across the lookup_value?
ie. say cells A1 and A5 both contain the text "X"
if i type in cell D10 =VLOOKUP("X",A1:C20,3,FALSE) how do i get it to look for the last time "X" was used in the column A starting from A10?
this just about makes sense in my head but if you need anymore info let me know!
Cheers