Lookup with Unsorted Data ?

  • Thread starter Thread starter WP
  • Start date Start date
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."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top