#1   Report Post  
Junior Member
 
Posts: 7
Question Vlookup

Hi in Excel 2003 I am trying to do a vlookup in one column for a column in another spreadsheet. how do i do this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Vlookup

Debra Dalgleish has lots of notes on =vlookup() he
http://www.contextures.com/xlFunctions02.html

TommyD wrote:

Hi in Excel 2003 I am trying to do a vlookup in one column for a column
in another spreadsheet. how do i do this?

--
TommyD


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default Vlookup

If one column is in one workbook and the second column is in a
different workbook, you should use a combination of MATCH/INDEX to get
your value. VLOOKUP is designed for continuous ranges.

For example, this returns the position of "abc" in column A of Sheet1
in Workbook1 located in the root of your C drive:

=MATCH("abc",'C:\[Workbook1.xls]Sheet1'!$A:$A,0)

Let's say the first "abc" occurs in row 137, then the MATCH() function
gives you 137. This formula returns the 137th value in column B of
Sheet2 in Workbook2 located in the root of your C drive:

=INDEX('C:\[Workbook2.xls]Sheet1'!$B:$B, 137)

If you replace the 137 inside the INDEX() with the MATCH() formula,
you'll get your desired result.

Hope that helps.

On Feb 8, 9:49 am, TommyD wrote:
Hi in Excel 2003 I am trying to do a vlookup in one column for a column
in another spreadsheet. how do i do this?

--
TommyD


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 in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( Oso Excel Worksheet Functions 2 January 26th 05 06:56 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


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

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

About Us

"It's about Microsoft Excel"