Thread: Vlook match
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Vlook match

Assuming you have table 1 in Sheet1 and table 2 in Sheet2; try the below..

=VLOOKUP(A2,Sheet2!A2:C100,3,FALSE)

If this post helps click Yes
---------------
Jacob Skaria


"kay" wrote:

hi expert,
how can i use vlook in looking up a similar or equal number of a "look up
value" from another table of array and returning the corresponding horizontal
value ?
like
table 1 tablle 2
A b c positon name locatn
4 6 8 3 james atl
3 2 1 7 ben oh
5 7 9 8 tony Hx


if i want 3 under column A in table 1 to match 3 under colum position table
2 and bring back atl under locatn.