Vector lookup function

G

GregTh

I'm currently trying to use the vector lookup function to return a valu
from another column. This works fine as long as the data is in ascendin
order. My problem is that the data column may not be sorted and is bot
ascending and descending. Maybe there's a better way, any help would b
most appreciated
 
A

Aladin Akyurek

Have a look at other lookup functions like VLOOKUP(), MATCH() wit
INDEX(), etc., which allow you to set the match-type (range_lookup) t
0/FALSE.
 

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

Similar Threads

Using LOOKUP without values in ascending order 2
Lookup Function 1
LOOKUP ( ) 10
lookup 4
Lookup returning incorrect result 1
lookup or vlookup 7
Using Lookup Function based on Font Color 1
Lookup Help 2

Top