Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 20
Default Match and extract

I have 2 files. Column A of File1 has a short list of words but with no
meaning next to them. Whereas, File2 the reference file, contains a long
list of words together with their meanings in Column B. How can I match and
extract the information from File2 to Column B in File1? For instance, it
should not match "merge" with "emerge". Much appreciate your help.

Regards,
Tom


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Match and extract

Hi Tom,

VLOOKUP function. For the following example sssume that your File1 is Book1
and File2 is Book2. Formula placed in cell B2 in Book1. Copy formula down.

=VLOOKUP(A2,[Book2]Sheet1!$A$2:$B$28,2,FALSE)

Regards,

Ossiemac

"Tom" wrote:

I have 2 files. Column A of File1 has a short list of words but with no
meaning next to them. Whereas, File2 the reference file, contains a long
list of words together with their meanings in Column B. How can I match and
extract the information from File2 to Column B in File1? For instance, it
should not match "merge" with "emerge". Much appreciate your help.

Regards,
Tom



  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 20
Default Match and extract

That was great. Thanks OssieMac.
"OssieMac" wrote in message
...
Hi Tom,

VLOOKUP function. For the following example sssume that your File1 is
Book1
and File2 is Book2. Formula placed in cell B2 in Book1. Copy formula down.

=VLOOKUP(A2,[Book2]Sheet1!$A$2:$B$28,2,FALSE)

Regards,

Ossiemac

"Tom" wrote:

I have 2 files. Column A of File1 has a short list of words but with no
meaning next to them. Whereas, File2 the reference file, contains a long
list of words together with their meanings in Column B. How can I match
and
extract the information from File2 to Column B in File1? For instance,
it
should not match "merge" with "emerge". Much appreciate your help.

Regards,
Tom





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
match and extract Dinesh Excel Worksheet Functions 5 September 9th 09 07:24 PM
VLOOKUP or MATCH and/or INDEX to extract value on a given date Don Kline[_2_] Excel Worksheet Functions 7 July 21st 09 02:25 PM
Extract or report multiple arrays if a cell match a criteria GG Excel Discussion (Misc queries) 3 May 11th 08 07:41 PM
Compare and match names and extract a cell content dexsourcesys Excel Worksheet Functions 1 January 19th 06 07:51 PM
formula to extract specific data if match occurs jerry Excel Worksheet Functions 2 February 24th 05 11:06 AM


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