Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default vlookup- is a must that lookup value should be the leftmost colum?

Since the table which i want to search are often not ranged as the lookup
value located in the leftmost column, should I always need to adjust the
column sequence of the table so as to use "Vlookup" function.
It's really a bother.

Can anybody kindly help?
Thanks,

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default vlookup- is a must that lookup value should be the leftmost colum?

INDEX/MATCH would fit the bill .. You can match on any column, and return any
other column via the INDEX part of it, eg to exact match a lookup value in A1
against col AZ & return from col K would look like this:
=INDEX(K:K,MATCH(A1,AZ:AZ,0))

Try Debra Dalgleish's nice coverage on INDEX/MATCH at her:

http://www.contextures.com/xlFunctions03.html
INDEX/MATCH

There's also some sample workbooks available for d/l & study
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"hettie" wrote:
Since the table which i want to search are often not ranged as the lookup
value located in the leftmost column, should I always need to adjust the
column sequence of the table so as to use "Vlookup" function.
It's really a bother.

Can anybody kindly help?
Thanks,

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default vlookup- is a must that lookup value should be the leftmost co

many thanks, max. I seldom use index and match, maybe I need more practice.:)

"Max" wrote:

INDEX/MATCH would fit the bill .. You can match on any column, and return any
other column via the INDEX part of it, eg to exact match a lookup value in A1
against col AZ & return from col K would look like this:
=INDEX(K:K,MATCH(A1,AZ:AZ,0))

Try Debra Dalgleish's nice coverage on INDEX/MATCH at her:

http://www.contextures.com/xlFunctions03.html
INDEX/MATCH

There's also some sample workbooks available for d/l & study
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"hettie" wrote:
Since the table which i want to search are often not ranged as the lookup
value located in the leftmost column, should I always need to adjust the
column sequence of the table so as to use "Vlookup" function.
It's really a bother.

Can anybody kindly help?
Thanks,

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default vlookup- is a must that lookup value should be the leftmost co

You're welcome. Once you get the hang of it, think you'd find index/match as
easy to apply and more versatile <g.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"hettie" wrote:
many thanks, max. I seldom use index and match, maybe I need more practice.:)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Double lookup without using vlookup? HBF Excel Worksheet Functions 5 June 17th 06 11:02 PM
IF, VLOOKUP & LOOKUP TABLE ON OTHER SHEET Serge Excel Discussion (Misc queries) 15 May 25th 06 05:30 AM
vlookup using two lookup values? tjb Excel Worksheet Functions 10 November 25th 05 05:21 AM
Lookup without VLOOKUP? J New Users to Excel 6 November 17th 05 06:57 AM
VLOOKUP - dealing with lookup_value differences Cheese Excel Worksheet Functions 1 July 29th 05 11:00 PM


All times are GMT +1. The time now is 03:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"