Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default VLOOKUP using Fifth Column

Is there an easy way to accomplish this?

It's much easier to do this via index/match,
eg use: =INDEX(Sheet1!P:P,MATCH(E4,Sheet1!E:E,0))
where you can easily frame it up to match on any col, and return any other
col to the right or left of the match col.

In the example, the match is done on the 5th col (col E) in Sheet1, and the
front INDEX part, viz: INDEX(Sheet1!P:P, ... is the desired return col (col
P) in Sheet1 where the match occurs. Adapt to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"RoadKill" wrote:
Hello,

My understanding is that the VLOOKUP function only works when using the
first column in a data range to look something up, such as vlookup(A4,
Sheet1!A1:T100,16,0).

Well what I would like to do is use the fifth column in the range. So I
would replace A1 to use this: vlookup(E4, Sheet1!A1:T100,16,0).

Is there an easy way to accomplish this?

Thanks

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
vlookup 1st column time 2nd column text Kathl Excel Worksheet Functions 12 August 12th 08 05:30 AM
VLOOKUP using Fifth Column Dave Excel Worksheet Functions 0 April 22nd 08 12:37 AM
vlookup a value in column B but return value in Column A Ken Excel Discussion (Misc queries) 4 July 17th 07 06:22 PM
VLookup & Column Sum ddate Excel Worksheet Functions 1 March 8th 06 11:48 PM
Vlookup a column then a row macshimi Excel Worksheet Functions 1 December 15th 05 06:35 PM


All times are GMT +1. The time now is 05:07 PM.

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"