#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Lookup Question

I am sure this has been answered before...but I have one sheet of data that
has a number in column A, then a second sheet that has 2 columns, one with a
number that will match some of the numbers on Sheet 1 in Column A and have a
corresponding number in Column B. I want to match the information from Sheets
1 and Sheets 2 Column As and enter on Sheet 1 the information in Column B
from Sheet 2

Example:
Sheet 1:

123-1234

Sheet 2:
Column A Column B
59871 5
123-1234 8

Thanks for your help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 265
Default Lookup Question

In article ,
Shood wrote:

I am sure this has been answered before...but I have one sheet of data that
has a number in column A, then a second sheet that has 2 columns, one with a
number that will match some of the numbers on Sheet 1 in Column A and have a
corresponding number in Column B. I want to match the information from Sheets
1 and Sheets 2 Column As and enter on Sheet 1 the information in Column B
from Sheet 2

Example:
Sheet 1:

123-1234

Sheet 2:
Column A Column B
59871 5
123-1234 8

Thanks for your help!


Assuming that A2:B100 on Sheet2 contains the source data/table, and A2
on Sheet1 contains the lookup value, try...

=VLOOKUP(Sheet1!A2,Sheet2!$A$2:$B$100,2,0)

--
Domenic
http://www.xl-central.com
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
Another Lookup Question Bob Excel Discussion (Misc queries) 3 July 24th 08 07:27 PM
LOOKUP Question [again!] shakey1181 Excel Discussion (Misc queries) 5 May 31st 06 05:33 PM
LOOKUP Question shakey1181 Excel Discussion (Misc queries) 4 May 31st 06 01:59 PM
Lookup question rk0909 Excel Discussion (Misc queries) 1 May 24th 06 07:26 PM
Lookup question Ntisch Excel Discussion (Misc queries) 4 June 27th 05 07:00 AM


All times are GMT +1. The time now is 02:33 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"