Lookup with Unsorted Data ?

R

RWN

Actually you can use VLOOKUP with unsorted date by including the "False" "range_lookup" in
the statement.
=VLOOKUP(xx,xx:xx,x,FALSE)
See the help on the function for a full explanation.
"If range_lookup is FALSE, table_array does not need to be sorted."
 
Top