Thread: LOOKUP?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
NBVC[_105_] NBVC[_105_] is offline
external usenet poster
 
Posts: 1
Default LOOKUP?


If you don't want to sort them, then use VLOOKUP() with FALSE as the 4th
argument...

e.g

=VLOOKUP(A1,list_table,2,FALSE)

will lookup the value from A1 in your 2-column list_table and extract
from the 2nd column (independent of sort order).


--
NBVC

Where there is a will there are many ways.
'The Code Cage' (http;//www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=116328