Vector lookup function

  • Thread starter Thread starter GregTh
  • Start date Start date
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
 
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.
 
Back
Top